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 @@ + + +
+ +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 CHandlerDocument * | NewL (CEikApplication &aApp) |
static CHandlerDocument * | NewLC (CEikApplication &aApp) |
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.
+CHandlerDocument::~CHandlerDocument | +( | ++ | ) | ++ |
~CHandlerDocument
+Destroy the object and release all memory objects
+ +Definition at line 47 of file handlerDocument.cpp.
+ +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
+aApp | application creating this document |
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
+aApp | application creating this document |
Definition at line 29 of file handlerDocument.cpp.
+ +CEikAppUi * CHandlerDocument::CreateAppUiL | +( | ++ | ) | ++ |
CreateAppUiL
+Create a CHandlerAppUi object and return a pointer to it
+Definition at line 52 of file handlerDocument.cpp.
+ +CFileStore * CHandlerDocument::OpenFileL | +( | +TBool | +aDoOpen, | +|
+ | + | const TDesC & | +aFilename, | +|
+ | + | RFs & | +aFs | + |
+ | ) | ++ |
From CEikDocument
. Opens a file.
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. |
Definition at line 60 of file handlerDocument.cpp.
+ +