Public Member Functions | |
virtual | ~CVibraPoolDocument () |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CVibraPoolDocument * | NewL (CEikApplication &aApp) |
static CVibraPoolDocument * | NewLC (CEikApplication &aApp) |
CVibraPoolDocument application class. An instance of class CVibraPoolDocument is the Document part of the AVKON application framework for the VibraPool example application.
Definition at line 37 of file VibraPoolDocument.h.
CVibraPoolDocument::~CVibraPoolDocument | ( | ) | [virtual] |
~CVibraPoolDocument Virtual Destructor.
Definition at line 79 of file VibraPoolDocument.cpp.
CVibraPoolDocument * CVibraPoolDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL. Two-phased constructor. Construct a CVibraPoolDocument 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 31 of file VibraPoolDocument.cpp.
CVibraPoolDocument * CVibraPoolDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC. Two-phased constructor. Construct a CVibraPoolDocument 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 VibraPoolDocument.cpp.
CEikAppUi * CVibraPoolDocument::CreateAppUiL | ( | ) |
CreateAppUiL From CEikDocument, CreateAppUiL. Create a CVibraPoolAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.
Definition at line 89 of file VibraPoolDocument.cpp.