Public Member Functions | |
virtual | ~CCSSyncDocument () |
void | UpdateTime () |
const TTime & | Time () const |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CCSSyncDocument * | NewL (CEikApplication &aApp) |
static CCSSyncDocument * | NewLC (CEikApplication &aApp) |
CCSSyncDocument An instance of class CCSSyncDocument is the Document part of the AVKON application framework for the CSSync example application
Definition at line 36 of file cssyncdocument.h.
CCSSyncDocument::~CCSSyncDocument | ( | ) | [virtual] |
~CCSSyncDocument. Destructor. Destroys the object and release all memory objects.
Definition at line 76 of file cssyncdocument.cpp.
CCSSyncDocument * CCSSyncDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL. Two-phased constructor. Constructs a CCSSyncDocument 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 cssyncdocument.cpp.
CCSSyncDocument * CCSSyncDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC. Two-phased constructor. Constructs a CCSSyncDocument 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 cssyncdocument.cpp.
void CCSSyncDocument::UpdateTime | ( | ) |
UpdateTime. Asks the time server to update this documents locally stored time.
Definition at line 97 of file cssyncdocument.cpp.
const TTime & CCSSyncDocument::Time | ( | ) | const |
Time. Returns the currently stored time.
Definition at line 107 of file cssyncdocument.cpp.
CEikAppUi * CCSSyncDocument::CreateAppUiL | ( | ) |
From CAknDocument, CreateAppUiL. Creates a CCSSyncAppUi object and returns a pointer to it.
Definition at line 86 of file cssyncdocument.cpp.