CRecipeExDocument Class Reference

List of all members.

Public Member Functions

virtual ~CRecipeExDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CRecipeExDocumentNewL (CEikApplication &aApp)
static CRecipeExDocumentNewLC (CEikApplication &aApp)

Detailed Description

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.


Constructor & Destructor Documentation

CRecipeExDocument::~CRecipeExDocument (  )  [virtual]

~CRecipeExDocument Virtual Destructor.

CRecipeExDocument::~CRecipeExDocument() Destructor.

Definition at line 63 of file RecipeExDocument.cpp.


Member Function Documentation

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.

Parameters:
aApp Application creating this document.
Returns:
A pointer to the created instance of CRecipeExDocument.

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.

Parameters:
aApp Application creating this document.
Returns:
A pointer to the created instance of CRecipeExDocument.

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.

Returns:
Pointer to created instance of AppUi.

CRecipeExDocument::CreateAppUiL() Constructs CreateAppUi.

Definition at line 72 of file RecipeExDocument.cpp.


Generated by  doxygen 1.6.2