Public Member Functions | |
TUid | AppDllUid () const |
Protected Member Functions | |
CApaDocument * | CreateDocumentL () |
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.
TUid CRecipeExApplication::AppDllUid | ( | ) | const |
From CApaApplication, AppDllUid.
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.
CRecipeExApplication::CreateDocumentL() Creates CApaDocument object
Definition at line 20 of file RecipeExApplication.cpp.