CThreadAODocument Class Reference

List of all members.

Public Member Functions

 ~CThreadAODocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CThreadAODocumentNewL (CEikApplication &aApp)
static CThreadAODocumentNewLC (CEikApplication &aApp)

Detailed Description

discussion An instance of class CThreadAODocument is the Document part of the AVKON application framework for the ThreadAO example application

Definition at line 47 of file threadaodocument.h.


Constructor & Destructor Documentation

CThreadAODocument::~CThreadAODocument (  ) 

~CThreadAOAppView()

discussion Destroy the object

Definition at line 75 of file threadaodocument.cpp.


Member Function Documentation

CThreadAODocument * CThreadAODocument::NewL ( CEikApplication &  aApp  )  [static]

NewL()

discussion Construct a CThreadAODocument for the AVKON application aApp using two phase construction, and return a pointer to the created object param aApp The application creating this document result A pointer to the created instance of CThreadAODocument

Definition at line 35 of file threadaodocument.cpp.

CThreadAODocument * CThreadAODocument::NewLC ( CEikApplication &  aApp  )  [static]

NewLC()

discussion Construct a CThreadAODocument for the AVKON application aApp using two phase construction, and return a pointer to the created object param aApp The application creating this document result A pointer to the created instance of CThreadAODocument

Definition at line 42 of file threadaodocument.cpp.

CEikAppUi * CThreadAODocument::CreateAppUiL (  ) 

CreateAppUiL()

discussion Create a CThreadAOAppUi object and return a pointer to it result A pointer to the created instance of the AppUi created

Definition at line 84 of file threadaodocument.cpp.


Generated by  doxygen 1.6.2