CDBMSAppView Class Reference

List of all members.

Public Member Functions

 ~CDBMSAppView ()
void Draw (const TRect &aRect) const

Static Public Member Functions

static CDBMSAppViewNewL (const TRect &aRect)

Detailed Description

Class: CDBMSAppView

Description: An instance of this class is the Application View object for the DBMS example application.

The view simply shows empty screen. The Avkon GUI is just a simple tester of the database engine CDBMSDb in DBEngine.h. There is no functionality for the view, since all GUI actions relate to menu commands (see AppUi).

Definition at line 46 of file DBMSAppView.h.


Constructor & Destructor Documentation

CDBMSAppView::~CDBMSAppView (  ) 

Member Function Documentation

CDBMSAppView * CDBMSAppView::NewL ( const TRect &  aRect  )  [static]

Function: NewL

Description: Create a CDBMSAppView object, which will draw itself to aRect.

Param: aRect the rectangle this view will be drawn to

Returns: A pointer to the created instance of CDBMSAppView

Definition at line 41 of file DBMSAppview.cpp.

void CDBMSAppView::Draw ( const TRect &  aRect  )  const

Generated by  doxygen 1.6.2