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]

~CCSAsyncDocument. Destructor. Destroys the object and release all memory objects.

Definition at line 75 of file csasyncdocument.cpp.


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 (  ) 

UpdateTime. Asks the time server to update this documents locally stored time.

Definition at line 100 of file csasyncdocument.cpp.

void CCSAsyncDocument::StopClock (  ) 

StopClock. Stops the clock.

Definition at line 110 of file csasyncdocument.cpp.

TTime CCSAsyncDocument::Time (  )  const

Time. Returns the currently stored time.

Returns:
The time.

Definition at line 123 of file csasyncdocument.cpp.

TBool CCSAsyncDocument::ClockActive (  )  const

ClockActive. Checks whether the clock has been started.

Returns:
ETrue if the clock has been started, EFalse if the clock is stopped

Definition at line 133 of file csasyncdocument.cpp.

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