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 47 of file handlerDocument.h.


Constructor & Destructor Documentation

CHandlerDocument::~CHandlerDocument (  ) 

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 44 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 51 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 74 of file handlerDocument.cpp.

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

Generated by  doxygen 1.6.2