CSqlSrvDemoDocument Class Reference

List of all members.

Public Member Functions

virtual ~CSqlSrvDemoDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CSqlSrvDemoDocumentNewL (CEikApplication &aApp)
static CSqlSrvDemoDocumentNewLC (CEikApplication &aApp)

Detailed Description

CSqlSrvDemoDocument application class. An instance of class CSqlSrvDemoDocument is the Document part of the AVKON application framework for the CSqlSrvDemoApplication example application.

Definition at line 41 of file SqlSrvDemoDocument.h.


Constructor & Destructor Documentation

CSqlSrvDemoDocument::~CSqlSrvDemoDocument (  )  [virtual]

~CSqlSrvDemoDocument Virtual Destructor.

Definition at line 79 of file SqlSrvDemoDocument.cpp.


Member Function Documentation

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

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

Definition at line 43 of file SqlSrvDemoDocument.cpp.

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

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

Definition at line 56 of file SqlSrvDemoDocument.cpp.

CEikAppUi * CSqlSrvDemoDocument::CreateAppUiL (  ) 

CreateAppUiL From CEikDocument, CreateAppUiL. Create a CSqlSrvDemoAppUi 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 89 of file SqlSrvDemoDocument.cpp.


Generated by  doxygen 1.6.2