#include <main.h>
Inheritance diagram for Main:Public Member Functions | |
| Main (int argc, char *argv[]) | |
| void | finalize () |
| Called by main() after run() returns. | |
| int | run () |
| Replaces main(). | |
Static Public Attributes | |
| static bool | bInstallUpdatesAndRestart = false |
| If true then program will install updates and restart instead of quitting if quit is requested. | |
| void Main::finalize | ( | ) |
Called by main() after run() returns.
finalize() cleans up after Main object.
|
static |