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