CDBMSEditorView Class Reference

List of all members.

Public Member Functions

 ~CDBMSEditorView ()
void GetAuthorL (TDes &aResult) const
void GetTitleL (TDes &aResult) const
void GetDescriptionL (TDes &aResult) const

Static Public Member Functions

static CDBMSEditorViewNewL (const TRect &aRect)

Detailed Description

Class: CDBMSEditorView

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

This is window owning container control. It shows three editboxes, where user can give in DBMS properties.

Definition at line 46 of file DBMSEditorView.h.


Constructor & Destructor Documentation

CDBMSEditorView::~CDBMSEditorView (  ) 

Function: ~CDBMSEditorView Description: Destroy the object

Definition at line 150 of file DBMSEditorView.cpp.


Member Function Documentation

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

Function: NewL

Description: Create a CDBMSEditorView 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 CDBMSEditorView

Definition at line 50 of file DBMSEditorView.cpp.

void CDBMSEditorView::GetAuthorL ( TDes &  aResult  )  const

Function: GetAuthor

Description: Returns author in the iEdwinAuthor editor field. Provide long enough descriptor.

Definition at line 213 of file DBMSEditorView.cpp.

void CDBMSEditorView::GetTitleL ( TDes &  aResult  )  const

Function: GetTitle

Description: Returns DBMS title in the iEdwinTitle editor field. Provide long enough descriptor.

Definition at line 225 of file DBMSEditorView.cpp.

void CDBMSEditorView::GetDescriptionL ( TDes &  aResult  )  const

Function: GetDescription

Description: Returns DBMS description in the iEdwinDescription editor field. Provide long enough descriptor.

Definition at line 237 of file DBMSEditorView.cpp.


Generated by  doxygen 1.6.2