tomain.cpp File Reference

#include <qapplication.h>
#include <qcheckbox.h>
#include <qclipboard.h>
#include <qcombobox.h>
#include <qevent.h>
#include <qfiledialog.h>
#include <qfile.h>
#include <qlabel.h>
#include <qmenubar.h>
#include <qmessagebox.h>
#include <qnamespace.h>
#include <qpopupmenu.h>
#include <qpushbutton.h>
#include <qstatusbar.h>
#include <qtoolbar.h>
#include <qtoolbutton.h>
#include <qworkspace.h>
#include <qfileinfo.h>
#include <qvbox.h>
#include <qregexp.h>
#include "toconf.h"
#include "tomain.h"
#include "totool.h"
#include "tonewconnection.h"
#include "toabout.h"
#include "topreferences.h"
#include "tosearchreplace.h"
#include "tohelp.h"
#include "tomemoeditor.h"
#include "toeditwidget.h"
#include "toconnection.h"
#include "tomessageui.h"
#include "tomain.moc"
#include "tomessageui.moc"
#include "tomainwindow.moc"
#include "icons/connect.xpm"
#include "icons/disconnect.xpm"
#include "icons/fileopen.xpm"
#include "icons/filesave.xpm"
#include "icons/print.xpm"
#include "icons/commit.xpm"
#include "icons/rollback.xpm"
#include "icons/undo.xpm"
#include "icons/redo.xpm"
#include "icons/cut.xpm"
#include "icons/copy.xpm"
#include "icons/paste.xpm"
#include "icons/toramini.xpm"
#include "icons/up.xpm"
#include "icons/trash.xpm"

Go to the source code of this file.

Defines

#define DEFAULT_TITLE   "TOra %s"
#define TO_STATUS_ID   4000
#define TO_STATUS_ID_END   4999
#define TO_NEW_CONNECTION   100
#define TO_CLOSE_CONNECTION   101
#define TO_FILE_OPEN   102
#define TO_FILE_SAVE   103
#define TO_FILE_SAVE_AS   104
#define TO_FILE_COMMIT   105
#define TO_FILE_ROLLBACK   106
#define TO_FILE_CURRENT   107
#define TO_FILE_CLEARCACHE   108
#define TO_FILE_PRINT   109
#define TO_FILE_QUIT   110
#define TO_EDIT_UNDO   200
#define TO_EDIT_REDO   201
#define TO_EDIT_CUT   202
#define TO_EDIT_COPY   203
#define TO_EDIT_PASTE   204
#define TO_EDIT_SELECT_ALL   205
#define TO_EDIT_OPTIONS   206
#define TO_EDIT_READ_ALL   207
#define TO_EDIT_SEARCH   208
#define TO_EDIT_SEARCH_NEXT   209
#define TO_WINDOWS_TILE   300
#define TO_WINDOWS_CASCADE   301
#define TO_WINDOWS_CLOSE   302
#define TO_WINDOWS_CLOSE_ALL   303
#define TO_WINDOWS_WINDOWS   310
#define TO_WINDOWS_END   399
#define TO_HELP_CONTENTS   900
#define TO_HELP_CONTEXT   901
#define TO_HELP_ABOUT   902
#define TO_HELP_LICENSE   903
#define TO_HELP_QUOTES   904
#define TO_HELP_REGISTER   905
#define TO_TOOLS   1000
#define TO_ABOUT_ID_OFFSET   (toMain::TO_TOOL_ABOUT_ID-TO_TOOLS)

Functions

QString toCheckLicense (bool)
bool toFreeware (void)


Define Documentation

#define DEFAULT_TITLE   "TOra %s"

Definition at line 99 of file tomain.cpp.

Referenced by toMain::toMain().

#define TO_ABOUT_ID_OFFSET   (toMain::TO_TOOL_ABOUT_ID-TO_TOOLS)

Definition at line 153 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_CLOSE_CONNECTION   101

Definition at line 116 of file tomain.cpp.

Referenced by toMain::addConnection(), toMain::delConnection(), and toMain::toMain().

#define TO_EDIT_COPY   203

Definition at line 130 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::copyButton(), toMain::editFileMenu(), and toMain::toMain().

#define TO_EDIT_CUT   202

Definition at line 129 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::cutButton(), toMain::editFileMenu(), and toMain::toMain().

#define TO_EDIT_OPTIONS   206

Definition at line 133 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_EDIT_PASTE   204

Definition at line 131 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), toMain::pasteButton(), and toMain::toMain().

#define TO_EDIT_READ_ALL   207

Definition at line 134 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), and toMain::toMain().

#define TO_EDIT_REDO   201

Definition at line 128 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), toMain::redoButton(), and toMain::toMain().

#define TO_EDIT_SEARCH   208

Definition at line 135 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), and toMain::toMain().

#define TO_EDIT_SEARCH_NEXT   209

Definition at line 136 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), and toMain::toMain().

#define TO_EDIT_SELECT_ALL   205

Definition at line 132 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), and toMain::toMain().

#define TO_EDIT_UNDO   200

Definition at line 127 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), toMain::toMain(), and toMain::undoButton().

#define TO_FILE_CLEARCACHE   108

Definition at line 123 of file tomain.cpp.

Referenced by toMain::addConnection(), toMain::commandCallback(), toMain::delConnection(), and toMain::toMain().

#define TO_FILE_COMMIT   105

Definition at line 120 of file tomain.cpp.

Referenced by toMain::addConnection(), toMain::commandCallback(), toMain::commitButton(), toMain::delConnection(), and toMain::toMain().

#define TO_FILE_CURRENT   107

Definition at line 122 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_FILE_OPEN   102

Definition at line 117 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), toMain::loadButton(), and toMain::toMain().

#define TO_FILE_PRINT   109

Definition at line 124 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::printButton(), and toMain::toMain().

#define TO_FILE_QUIT   110

Definition at line 125 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_FILE_ROLLBACK   106

Definition at line 121 of file tomain.cpp.

Referenced by toMain::addConnection(), toMain::commandCallback(), toMain::delConnection(), toMain::rollbackButton(), and toMain::toMain().

#define TO_FILE_SAVE   103

Definition at line 118 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), toMain::saveButton(), and toMain::toMain().

#define TO_FILE_SAVE_AS   104

Definition at line 119 of file tomain.cpp.

Referenced by toMain::commandCallback(), toMain::editFileMenu(), and toMain::toMain().

#define TO_HELP_ABOUT   902

Definition at line 147 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_HELP_CONTENTS   900

Definition at line 145 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_HELP_CONTEXT   901

Definition at line 146 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_HELP_LICENSE   903

Definition at line 148 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_HELP_QUOTES   904

Definition at line 149 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_HELP_REGISTER   905

Definition at line 150 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_NEW_CONNECTION   100

Definition at line 115 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::toMain().

#define TO_STATUS_ID   4000

Definition at line 113 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::statusMenu().

#define TO_STATUS_ID_END   4999

Definition at line 114 of file tomain.cpp.

Referenced by toMain::commandCallback().

#define TO_TOOLS   1000

Definition at line 152 of file tomain.cpp.

Referenced by toMain::toMain().

#define TO_WINDOWS_CASCADE   301

Definition at line 139 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::windowsMenu().

#define TO_WINDOWS_CLOSE   302

Definition at line 140 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::windowsMenu().

#define TO_WINDOWS_CLOSE_ALL   303

Definition at line 141 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::windowsMenu().

#define TO_WINDOWS_END   399

Definition at line 143 of file tomain.cpp.

Referenced by toMain::commandCallback().

#define TO_WINDOWS_TILE   300

Definition at line 138 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::windowsMenu().

#define TO_WINDOWS_WINDOWS   310

Definition at line 142 of file tomain.cpp.

Referenced by toMain::commandCallback(), and toMain::windowsMenu().


Function Documentation

QString toCheckLicense ( bool   ) 

Referenced by toMain::commandCallback(), and toMain::toMain().

bool toFreeware ( void   ) 

Referenced by toMain::toMain().


Generated on Sat Dec 15 00:01:29 2007 for BulmaGes by  doxygen 1.5.1