diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_localization_document.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_localization_document.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,130 @@ + + + + +TB9.2 Example Applications: CLocalizationDocument Class Reference + + + + + +
+

CLocalizationDocument Class Reference

+

List of all members.

+ + + + + + + +

Public Member Functions

virtual ~CLocalizationDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CLocalizationDocumentNewL (CEikApplication &aApp)
static CLocalizationDocumentNewLC (CEikApplication &aApp)
+

Detailed Description

+

CLocalizationDocument application class. An instance of class CLocalizationDocument is the Document part of the AVKON application framework for the Localization example application.

+ +

Definition at line 25 of file localizationdocument.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
CLocalizationDocument::~CLocalizationDocument ( )  [virtual]
+
+
+

~CLocalizationDocument Virtual Destructor.

+ +

Definition at line 68 of file localizationdocument.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + +
CLocalizationDocument * CLocalizationDocument::NewL (CEikApplication &  aApp )  [static]
+
+
+

NewL. Two-phased constructor. Construct a CLocalizationDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.

+
Parameters:
+ + +
aApp Application creating this document.
+
+
+
Returns:
A pointer to the created instance of CLocalizationDocument.
+ +

Definition at line 18 of file localizationdocument.cpp.

+ +
+
+ +
+
+ + + + + + + + + +
CLocalizationDocument * CLocalizationDocument::NewLC (CEikApplication &  aApp )  [static]
+
+
+

NewLC. Two-phased constructor. Construct a CLocalizationDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.

+
Parameters:
+ + +
aApp Application creating this document.
+
+
+
Returns:
A pointer to the created instance of CLocalizationDocument.
+ +

Definition at line 31 of file localizationdocument.cpp.

+ +
+
+ +
+
+ + + + + + + + +
CEikAppUi * CLocalizationDocument::CreateAppUiL ( ) 
+
+
+

CreateAppUiL From CEikDocument, CreateAppUiL. Create a CLocalizationAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.

+
Returns:
Pointer to created instance of AppUi.
+ +

Definition at line 78 of file localizationdocument.cpp.

+ +
+
+
+
Generated by  + +doxygen 1.6.2
+ +