S60 3rd Edition SDK FP2 for Symbian OS
CommonDialogsEx

CCommonDialogsExApp Class Reference

#include <CommonDialogsExApp.h>

Inherits CAknApplication.

List of all members.


Detailed Description

CCommonDialogsExApp application class. Provides factory to create concrete document object.

Definition at line 32 of file CommonDialogsExApp.h.

Private Member Functions

CApaDocument * CreateDocumentL ()
TUid AppDllUid () const


Member Function Documentation

CApaDocument * CCommonDialogsExApp::CreateDocumentL (  )  [private]

From CApaApplication, creates CDLLTestDocument document object.

Returns:
A pointer to the created document object.

Definition at line 37 of file CommonDialogsExApp.cpp.

References CCommonDialogsExDocument::NewL().

00038     {
00039     return CCommonDialogsExDocument::NewL( *this );
00040     }

TUid CCommonDialogsExApp::AppDllUid (  )  const [private]

From CApaApplication, returns application's UID (KUidDLLTest).

Returns:
The value of KUidDLLTest.

Definition at line 27 of file CommonDialogsExApp.cpp.

00028     {
00029     return KUidDLLTest;
00030     }


The documentation for this class was generated from the following files:

© Nokia 2007

Back to top