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