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]

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 (  ) 
const TTime & CCSSyncDocument::Time (  )  const
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