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

CHandlerDocument Class Reference

+

List of all members.

+ + + + + + + + + +

Public Member Functions

 ~CHandlerDocument ()
CEikAppUi * CreateAppUiL ()
CFileStore * OpenFileL (TBool aDoOpen, const TDesC &aFilename, RFs &aFs)
+void OpenFileL (CFileStore *&aFileStore, RFile &aFile)

Static Public Member Functions

static CHandlerDocumentNewL (CEikApplication &aApp)
static CHandlerDocumentNewLC (CEikApplication &aApp)
+

Detailed Description

+

An instance of class CHandlerDocument is the Document part of the AVKON application framework for the handler example application

+ +

Definition at line 25 of file handlerDocument.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
CHandlerDocument::~CHandlerDocument ( ) 
+
+
+

~CHandlerDocument

+

Destroy the object and release all memory objects

+ +

Definition at line 47 of file handlerDocument.cpp.

+ +
+
+

Member Function Documentation

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

NewL

+

Construct a CHandlerDocument 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 CHandlerDocument
+ +

Definition at line 22 of file handlerDocument.cpp.

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

NewLC

+

Construct a CHandlerDocument 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 CHandlerDocument
+ +

Definition at line 29 of file handlerDocument.cpp.

+ +
+
+ +
+
+ + + + + + + + +
CEikAppUi * CHandlerDocument::CreateAppUiL ( ) 
+
+
+

CreateAppUiL

+

Create a CHandlerAppUi object and return a pointer to it

+
Returns:
a pointer to the created instance of the AppUi created
+ +

Definition at line 52 of file handlerDocument.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
CFileStore * CHandlerDocument::OpenFileL (TBool  aDoOpen,
const TDesC &  aFilename,
RFs &  aFs 
)
+
+
+

From CEikDocument. Opens a file.

+
Parameters:
+ + + + +
aDoOpen Open an existing file if ETrue, otherwise create a new file. Not used.
aFilename The file to open or create. Not used.
aFs File server session to use. Not used.
+
+
+
Returns:
Pointer to file store object.
+ +

Definition at line 60 of file handlerDocument.cpp.

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