Public Member Functions | |
TUid | AppDllUid () const |
Protected Member Functions | |
CApaDocument * | CreateDocumentL () |
CGfxWorkbenchApplication application class. Provides factory to create concrete document object. An instance of CGfxWorkbenchApplication is the application part of the AVKON application framework for the GfxWorkbench example application.
Definition at line 45 of file GfxWorkbenchApplication.h.
TUid CGfxWorkbenchApplication::AppDllUid | ( | ) | const |
From CApaApplication, AppDllUid.
Definition at line 59 of file GfxWorkbenchApplication.cpp.
CApaDocument * CGfxWorkbenchApplication::CreateDocumentL | ( | ) | [protected] |
From CApaApplication, CreateDocumentL. Creates CGfxWorkbenchDocument document object. The returned pointer in not owned by the CGfxWorkbenchApplication object.
Definition at line 47 of file GfxWorkbenchApplication.cpp.