CCSSyncDocument Class Reference

List of all members.

Public Member Functions

virtual ~CCSSyncDocument ()
void UpdateTime ()
const TTime & Time () const
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CCSSyncDocumentNewL (CEikApplication &aApp)
static CCSSyncDocumentNewLC (CEikApplication &aApp)

Detailed Description

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.


Constructor & Destructor Documentation

CCSSyncDocument::~CCSSyncDocument (  )  [virtual]

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

Definition at line 76 of file cssyncdocument.cpp.


Member Function Documentation

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.

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

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.

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

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.

Returns:
The 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.

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

Definition at line 86 of file cssyncdocument.cpp.


Generated by  doxygen 1.6.2