Public Member Functions | |
virtual | ~CCSAsyncDocument () |
void | UpdateTime () |
void | StopClock () |
TTime | Time () const |
TBool | ClockActive () const |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CCSAsyncDocument * | NewL (CEikApplication &aApp) |
static CCSAsyncDocument * | NewLC (CEikApplication &aApp) |
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.
CCSAsyncDocument::~CCSAsyncDocument | ( | ) | [virtual] |
~CCSAsyncDocument. Destructor. Destroys the object and release all memory objects.
Definition at line 75 of file csasyncdocument.cpp.
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.
aApp | Application creating this document. |
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.
aApp | Application creating this document. |
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.
Definition at line 123 of file csasyncdocument.cpp.
TBool CCSAsyncDocument::ClockActive | ( | ) | const |
ClockActive. Checks whether the clock has been started.
Definition at line 133 of file csasyncdocument.cpp.
CEikAppUi * CCSAsyncDocument::CreateAppUiL | ( | ) |
From CAknDocument, CreateAppUiL. Creates a CCSAsyncAppUi object and returns a pointer to it.
Definition at line 85 of file csasyncdocument.cpp.