CCoverflowAppDocument Class Reference

List of all members.

Public Member Functions

virtual ~CCoverflowAppDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CCoverflowAppDocumentNewL (CEikApplication &aApp)
static CCoverflowAppDocumentNewLC (CEikApplication &aApp)

Detailed Description

CCoverflowAppDocument application class. An instance of class CCoverflowAppDocument is the Document part of the AVKON application framework for the CoverflowApp example application.

Definition at line 34 of file coverflowappdocument.h.


Constructor & Destructor Documentation

CCoverflowAppDocument::~CCoverflowAppDocument (  )  [virtual]

~CCoverflowAppDocument Virtual Destructor.

Definition at line 77 of file coverflowappdocument.cpp.


Member Function Documentation

CCoverflowAppDocument * CCoverflowAppDocument::NewL ( CEikApplication &  aApp  )  [static]

NewL. Two-phased constructor. Construct a CCoverflowAppDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.

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

Definition at line 27 of file coverflowappdocument.cpp.

CCoverflowAppDocument * CCoverflowAppDocument::NewLC ( CEikApplication &  aApp  )  [static]

NewLC. Two-phased constructor. Construct a CCoverflowAppDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.

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

Definition at line 40 of file coverflowappdocument.cpp.

CEikAppUi * CCoverflowAppDocument::CreateAppUiL (  ) 

CreateAppUiL From CEikDocument, CreateAppUiL. Create a CCoverflowAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.

Returns:
Pointer to created instance of AppUi.

Definition at line 87 of file coverflowappdocument.cpp.


Generated by  doxygen 1.6.2