Public Member Functions | |
TUid | AppDllUid () const |
Protected Member Functions | |
CApaDocument * | CreateDocumentL () |
Class: CEComCalculatorApplication
Description: An instance of CDBMSApplication is the application part of the AVKON application framework for the DBMS example application.
The relevant part of this example is the database engine class CDBMSDb in DBEngine.h. The AVKON GUI is only a simple tester for the engine.
Definition at line 22 of file DBMSApplication.h.
TUid CDBMSApplication::AppDllUid | ( | ) | const |
Function: AppDllUid Description: Return the application DLL UID value Returns: The UID of this Application Dll
Definition at line 27 of file DBMSApplication.cpp.
CApaDocument * CDBMSApplication::CreateDocumentL | ( | ) | [protected] |
Function: CreateDocumentL Description: Create a CApaDocument object and return a pointer to it. Returns: A pointer to the created document
Definition at line 17 of file DBMSApplication.cpp.