Public Member Functions | |
virtual | ~CRecipeExDocument () |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CRecipeExDocument * | NewL (CEikApplication &aApp) |
static CRecipeExDocument * | NewLC (CEikApplication &aApp) |
CRecipeExDocument application class. An instance of class CRecipeExDocument is the Document part of the AVKON application framework for the RecipeEx example application.
Definition at line 26 of file RecipeExDocument.h.
CRecipeExDocument::~CRecipeExDocument | ( | ) | [virtual] |
~CRecipeExDocument Virtual Destructor.
CRecipeExDocument::~CRecipeExDocument() Destructor.
Definition at line 63 of file RecipeExDocument.cpp.
CRecipeExDocument * CRecipeExDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL. Two-phased constructor. Construct a CRecipeExDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.
aApp | Application creating this document. |
CRecipeExDocument::NewL() Two-phased constructor.
Definition at line 19 of file RecipeExDocument.cpp.
CRecipeExDocument * CRecipeExDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC. Two-phased constructor. Construct a CRecipeExDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.
aApp | Application creating this document. |
CRecipeExDocument::NewLC() Two-phased constructor. -----------------------------------------------------------------------------
Definition at line 31 of file RecipeExDocument.cpp.
CEikAppUi * CRecipeExDocument::CreateAppUiL | ( | ) |
CreateAppUiL From CEikDocument, CreateAppUiL. Create a CRecipeExAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.
CRecipeExDocument::CreateAppUiL() Constructs CreateAppUi.
Definition at line 72 of file RecipeExDocument.cpp.