CThreadDocument Class Reference

List of all members.

Public Member Functions

 ~CThreadDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CThreadDocumentNewL (CEikApplication &aApp)
static CThreadDocumentNewLC (CEikApplication &aApp)

Detailed Description

discussion An instance of class CThreadDocument is the Document part of the AVKON application framework for the Thread example application

Definition at line 29 of file threaddocument.h.


Constructor & Destructor Documentation

CThreadDocument::~CThreadDocument (  ) 

~CThreadAppView()

discussion Destroy the object

Definition at line 54 of file threaddocument.cpp.


Member Function Documentation

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

NewL()

discussion Construct a CThreadDocument 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 CThreadDocument

Definition at line 15 of file threaddocument.cpp.

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

NewLC()

discussion Construct a CThreadDocument 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 CThreadDocument

Definition at line 22 of file threaddocument.cpp.

CEikAppUi * CThreadDocument::CreateAppUiL (  ) 

CreateAppUiL()

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

Definition at line 63 of file threaddocument.cpp.


Generated by  doxygen 1.6.2