CRecipeExApplication Class Reference

List of all members.

Public Member Functions

TUid AppDllUid () const

Protected Member Functions

CApaDocument * CreateDocumentL ()

Detailed Description

CRecipeExApplication application class. Provides factory to create concrete document object. An instance of CRecipeExApplication is the application part of the AVKON application framework for the RecipeEx example application.

Definition at line 31 of file RecipeExApplication.h.


Member Function Documentation

TUid CRecipeExApplication::AppDllUid (  )  const

From CApaApplication, AppDllUid.

Returns:
Application's UID (KUidRecipeExApp).

CRecipeExApplication::AppDllUid() Returns application UID

Definition at line 30 of file RecipeExApplication.cpp.

CApaDocument * CRecipeExApplication::CreateDocumentL (  )  [protected]

From CApaApplication, CreateDocumentL. Creates CRecipeExDocument document object. The returned pointer in not owned by the CRecipeExApplication object.

Returns:
A pointer to the created document object.

CRecipeExApplication::CreateDocumentL() Creates CApaDocument object

Definition at line 20 of file RecipeExApplication.cpp.


Generated by  doxygen 1.6.2