Public Member Functions | |
~CDBMSAppView () | |
void | Draw (const TRect &aRect) const |
Static Public Member Functions | |
static CDBMSAppView * | NewL (const TRect &aRect) |
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 21 of file DBMSAppView.h.
CDBMSAppView::~CDBMSAppView | ( | ) |
Function: ~CDBMSAppView
Description: Destroy the view object
Definition at line 57 of file DBMSAppview.cpp.
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 16 of file DBMSAppview.cpp.
void CDBMSAppView::Draw | ( | const TRect & | aRect | ) | const |
Function: Draw
Description: Paints this view (an empty rect). This is called by the framework, when view needs to redraw itself.
Param: aRect Frame rectangle for container.
Definition at line 67 of file DBMSAppview.cpp.