#include <GenApp.hh>
Initializes the application and creates the view.
Definition at line 32 of file GenApp.hh.
Public Member Functions | |
| virtual bool | OnInit () |
| Called by wxWidgets to start initialization of the application. | |
Static Public Attributes | |
| const wxString * | APP_NAME |
| The short name of the application. | |
| const wxString * | APP_FULL_NAME |
| The full name of the application. | |
| const wxString * | APP_VERSION |
| The version of the application. | |
| const wxString * | APP_COPYRIGHT |
| The copyright notice for the application. | |
| const wxString * | APP_URL |
| The website URL for this application. | |
|
|
Called by wxWidgets to start initialization of the application.
|
|
|
Initial value:
new wxString(wxT("Copyright (C) 2004 emuWorks"))
|
|
|
Initial value:
new wxString(wxT(PACKAGE_FULL_NAME))
|
|
|
Initial value:
new wxString(wxT(PACKAGE_NAME))
|
|
|
Initial value:
new wxString(wxT("http://games.technoplaza.net/"))
|
|
|
Initial value:
new wxString(wxT(PACKAGE_VERSION))
|
1.3.9.1