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