Base class for main application when run under job processing. More...
#include <mgui/appmain.h>

Public Member Functions | |
| APP_JOB (UINT32 AllowedProduct1=0, UINT32 AllowedProduct2=0, UINT32 AllowedProduct3=0, UINT32 AllowedProduct4=0) | |
| ~APP_JOB () | |
Protected Member Functions | |
| virtual bool | v_InitInstance () |
Base class for main application when run under job processing.
| MGUI::APP_JOB::APP_JOB | ( | UINT32 | AllowedProduct1 = 0, |
|
| UINT32 | AllowedProduct2 = 0, |
|||
| UINT32 | AllowedProduct3 = 0, |
|||
| UINT32 | AllowedProduct4 = 0 | |||
| ) |
| AllowedProduct1 | Product code for license checking |
| MGUI::APP_JOB::~APP_JOB | ( | ) | [inline] |
| virtual bool MGUI::APP_JOB::v_InitInstance | ( | ) | [protected, virtual] |
Must be overridden to perform initialization of this application.
Initialization normally includes creation of primary user interface windows prior to entering main message handling loop.
Implements MGUI::APP_BASE.
1.6.1