|
wex v25.10.0
|
Offers the application, with lib specific init and exit, Your application should be derived from this class. More...
#include <wex/del/app.h>

Public Member Functions | |
| bool | OnInit () override |
| Initializes vcs and loads the VCS file. | |
| int | OnExit () override |
| Deletes all global objects and cleans up things if necessary. | |
| Public Member Functions inherited from wex::app | |
| bool | OnInit () override |
| Constructs the config, initializes the locale, loads the VCS file. | |
| int | OnExit () override |
| Deletes all global objects and cleans up things if necessary. | |
| auto | get_language () const |
| Returns locale language. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from wex::app | |
| static const wxUILocale & | get_locale () |
| Returns the locale. | |
Offers the application, with lib specific init and exit, Your application should be derived from this class.
|
override |
Initializes vcs and loads the VCS file.
In your own OnInit first set the app name, and then call this base class method.