#include <main.h>
Public Member Functions | |
| virtual bool | OnInit () |
| Initializes the application. | |
| virtual int | OnExit () |
| Exits the application. | |
| virtual void | init_txt (wxString lang, wxString csv, wxHashString *target=NULL, int ln=1) |
| Initializes a hash table from a CSV file. | |
| virtual void | do_my_ass (bool b, wxString msg=_T("")) |
| "My assertion" - little inside joke... | |
| virtual void | do_my_log (wxString function, wxString msg=_T("")) |
| Logs events to a file. | |
| virtual wxString | getHTMLCommand (wxString command) |
| Returns the command line for running a browser. | |
| virtual wxString | getFileFormatApplication (wxString type) |
| Returns application associated with a file type. | |
| virtual wxString | getFileFormatCommand (wxString type, wxString file) |
| Returns the command line for running this file. | |
| virtual wxString | get_GENtle_version () |
| Returns the GENtle version string. | |
| virtual wxString | getLocalDBname () |
| Returns the filename of the default local database. | |
Public Attributes | |
| MyFrame * | frame |
| The application frame. | |
| wxMimeTypesManager | mtm |
| The MIME types manager. | |
| wxString | homedir |
| Directory of the application. | |
| wxString | bmpdir |
| Directory of the bitmaps. | |
| wxString | slash |
| The platform-dependent directory separator slash. | |
| int | programVersion |
| The database access program version. | |
| int | dbWarningIssued |
| Was a database warning issued? | |
| wxHashString | _text |
| Contains the current GUI translation. | |
| wxHashString | clp |
| Command line parameters. | |
| wxCSConv * | isoconv |
| UTF-8 conversion helper. | |
Private Member Functions | |
| virtual void | registerFileExtension (wxString extension) |
| Registers a file extension to GENtle (windows only). | |
| virtual void | registerProtocol (wxString extension) |
| Registers a protocol to GENtle (windows only). | |
Private Attributes | |
| wxFile * | errout |
| The ERROR.txt file handler for do_my_ass. | |
| wxFile * | logout |
| The LOG.txt file handler for do_my_log. | |
| int | total_log_time |
| The log timer for do_my_log. | |
| int | total_log_counter |
| The log counter for do_my_log. | |
| wxSingleInstanceChecker * | m_checker |
| Checks if another instance is running. | |
| wxString | theRealLocalDb |
|
||||||||||||
|
"My assertion" - little inside joke...
|
|
||||||||||||
|
Logs events to a file.
|
|
|
Returns the GENtle version string.
|
|
|
Returns application associated with a file type.
|
|
||||||||||||
|
Returns the command line for running this file.
|
|
|
Returns the command line for running a browser.
|
|
|
Returns the filename of the default local database.
|
|
||||||||||||||||||||
|
Initializes a hash table from a CSV file.
|
|
|
Exits the application.
|
|
|
Initializes the application.
|
|
|
Registers a file extension to GENtle (windows only).
|
|
|
Registers a protocol to GENtle (windows only).
|
|
|
Contains the current GUI translation.
|
|
|
Directory of the bitmaps.
|
|
|
Command line parameters.
|
|
|
Was a database warning issued?
|
|
|
The ERROR.txt file handler for do_my_ass.
|
|
|
The application frame.
|
|
|
Directory of the application.
|
|
|
UTF-8 conversion helper.
|
|
|
The LOG.txt file handler for do_my_log.
|
|
|
Checks if another instance is running.
|
|
|
The MIME types manager.
|
|
|
The database access program version.
|
|
|
The platform-dependent directory separator slash.
|
|
|
|
|
|
The log counter for do_my_log.
|
|
|
The log timer for do_my_log.
|
1.4.1