CCSAsyncDocument Class Reference

List of all members.

Public Member Functions

virtual ~CCSAsyncDocument ()
void UpdateTime ()
void StopClock ()
TTime Time () const
TBool ClockActive () const
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CCSAsyncDocumentNewL (CEikApplication &aApp)
static CCSAsyncDocumentNewLC (CEikApplication &aApp)

Detailed Description

CCSAsyncDocument An instance of class CCSAsyncDocument is the Document part of the AVKON application framework for the CSAsync example application

Definition at line 36 of file csasyncdocument.h.


Constructor & Destructor Documentation

CCSAsyncDocument::~CCSAsyncDocument (  )  [virtual]

Member Function Documentation

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

NewL. Two-phased constructor. Constructs a CCSAsyncDocument for the AVKON application aApp using two phase construction, and returns a pointer to the created object.

Parameters:
aApp Application creating this document.
Returns:
A pointer to the created instance of CCSAsyncDocument.

Definition at line 30 of file csasyncdocument.cpp.

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

NewLC. Two-phased constructor. Constructs a CCSAsyncDocument for the AVKON application aApp using two phase construction, and returns a pointer to the created object.

Parameters:
aApp Application creating this document.
Returns:
A pointer to the created instance of CCSAsyncDocument.

Definition at line 42 of file csasyncdocument.cpp.

void CCSAsyncDocument::UpdateTime (  ) 
void CCSAsyncDocument::StopClock (  ) 
TTime CCSAsyncDocument::Time (  )  const
TBool CCSAsyncDocument::ClockActive (  )  const
CEikAppUi * CCSAsyncDocument::CreateAppUiL (  ) 

From CAknDocument, CreateAppUiL. Creates a CCSAsyncAppUi object and returns a pointer to it.

Returns:
A pointer to the created instance of the AppUi created.

Definition at line 85 of file csasyncdocument.cpp.


Generated by  doxygen 1.6.2