CRpsDocument Class Reference

List of all members.

Public Member Functions

virtual ~CRpsDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CRpsDocumentNewL (CEikApplication &aApp)
static CRpsDocumentNewLC (CEikApplication &aApp)

Detailed Description

CRpsDocument application class. An instance of class CRpsDocument is the Document part of the AVKON application framework for the rps example application.

Definition at line 48 of file rpsDocument.h.


Constructor & Destructor Documentation

CRpsDocument::~CRpsDocument (  )  [virtual]

~CRpsDocument Virtual Destructor.

Definition at line 90 of file rpsDocument.cpp.


Member Function Documentation

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

NewL. Two-phased constructor. Construct a CRpsDocument 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 CRpsDocument.

Definition at line 42 of file rpsDocument.cpp.

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

NewLC. Two-phased constructor. Construct a CRpsDocument 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 CRpsDocument.

Definition at line 54 of file rpsDocument.cpp.

CEikAppUi * CRpsDocument::CreateAppUiL (  ) 

CreateAppUiL From CEikDocument, CreateAppUiL. Create a CRpsAppUi 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 100 of file rpsDocument.cpp.


Generated by  doxygen 1.6.2