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