#include <GenApp.hh>
Initializes the application and creates the view.
Definition at line 35 of file GenApp.hh.
Public Member Functions | |
virtual bool | OnInit () |
Called by wxWidgets to start initialization of the application. | |
Static Public Attributes | |
static const wxString * | APP_NAME |
The short name of the application. | |
static const wxString * | APP_FULL_NAME |
The full name of the application. | |
static const wxString * | APP_VERSION |
The version of the application. | |
static const wxString * | APP_COPYRIGHT |
The copyright notice for the application. | |
static const wxString * | APP_URL |
The website URL for this application. |
bool GenApp::OnInit | ( | ) | [virtual] |
const wxString * GenApp::APP_NAME [static] |
const wxString * GenApp::APP_FULL_NAME [static] |
const wxString * GenApp::APP_VERSION [static] |
const wxString * GenApp::APP_COPYRIGHT [static] |
const wxString * GenApp::APP_URL [static] |