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