Public Member Functions | |
virtual | ~CSqlSrvDemoDocument () |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CSqlSrvDemoDocument * | NewL (CEikApplication &aApp) |
static CSqlSrvDemoDocument * | NewLC (CEikApplication &aApp) |
CSqlSrvDemoDocument application class. An instance of class CSqlSrvDemoDocument is the Document part of the AVKON application framework for the CSqlSrvDemoApplication example application.
Definition at line 41 of file SqlSrvDemoDocument.h.
CSqlSrvDemoDocument::~CSqlSrvDemoDocument | ( | ) | [virtual] |
~CSqlSrvDemoDocument Virtual Destructor.
Definition at line 79 of file SqlSrvDemoDocument.cpp.
CSqlSrvDemoDocument * CSqlSrvDemoDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL. Two-phased constructor. Construct a CSqlSrvDemoDocument for the AVKON application aApp. Using two phase construction, and return a pointer to the created object.
aApp | Application creating this document. |
Definition at line 43 of file SqlSrvDemoDocument.cpp.
CSqlSrvDemoDocument * CSqlSrvDemoDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC. Two-phased constructor. Construct a CSqlSrvDemoDocument for the AVKON application aApp. Using two phase construction, and return a pointer to the created object.
aApp | Application creating this document. |
Definition at line 56 of file SqlSrvDemoDocument.cpp.
CEikAppUi * CSqlSrvDemoDocument::CreateAppUiL | ( | ) |
CreateAppUiL From CEikDocument, CreateAppUiL. Create a CSqlSrvDemoAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.
Definition at line 89 of file SqlSrvDemoDocument.cpp.