Public Member Functions | |
TUid | AppDllUid () const |
Protected Member Functions | |
CApaDocument * | CreateDocumentL () |
CHelloWorldBasicApplication application class. Provides factory to create concrete document object. An instance of CHelloWorldBasicApplication is the application part of the AVKON application framework for the HelloWorldBasic example application.
Definition at line 32 of file helloworldbasicapplication.h.
TUid CHelloWorldBasicApplication::AppDllUid | ( | ) | const |
From CApaApplication, AppDllUid.
Definition at line 44 of file helloworldbasicapplication.cpp.
CApaDocument * CHelloWorldBasicApplication::CreateDocumentL | ( | ) | [protected] |
From CApaApplication, CreateDocumentL. Creates CHelloWorldBasicDocument document object. The returned pointer in not owned by the CHelloWorldBasicApplication object.
Definition at line 32 of file helloworldbasicapplication.cpp.