A CAknDocument-derived class is required by the S60 application framework. It is responsible for creating the AppUi object. More...
Public Member Functions | |
CEikAppUi * | CreateAppUiL () |
Creates the application UI object for this document. | |
Static Public Member Functions | |
static CExeLauncher_S60Document * | NewL (CEikApplication &aApp) |
A CAknDocument-derived class is required by the S60 application framework. It is responsible for creating the AppUi object.
Definition at line 21 of file ExeLauncher_S60Document.h.
CExeLauncher_S60Document * CExeLauncher_S60Document::NewL | ( | CEikApplication & | aApp | ) | [static] |
Symbian OS two-phase constructor.
Creates an instance of CExeLauncher_S60Document, constructs it, and returns it.
aApp | the application instance |
Definition at line 40 of file ExeLauncher_S60Document.cpp.
CEikAppUi * CExeLauncher_S60Document::CreateAppUiL | ( | ) |
Creates the application UI object for this document.
Definition at line 53 of file ExeLauncher_S60Document.cpp.