MGUI::APP_JOB Class Reference

Base class for main application when run under job processing. More...

#include <mgui/appmain.h>

Inheritance diagram for MGUI::APP_JOB:
Inheritance graph
[legend]

List of all members.

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 ()

Detailed Description

Base class for main application when run under job processing.


Constructor & Destructor Documentation

MGUI::APP_JOB::APP_JOB ( UINT32  AllowedProduct1 = 0,
UINT32  AllowedProduct2 = 0,
UINT32  AllowedProduct3 = 0,
UINT32  AllowedProduct4 = 0 
)
Parameters:
AllowedProduct1 Product code for license checking
MGUI::APP_JOB::~APP_JOB (  )  [inline]

Member Function Documentation

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.

Returns:
'true' if successful, 'false' if not (will exit if false).

Implements MGUI::APP_BASE.


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:35:26 2012 for TNTsdk 2012 by  doxygen 1.6.1