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