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.