Public Member Functions | |
~CDBMSEditorView () | |
void | GetAuthorL (TDes &aResult) const |
void | GetTitleL (TDes &aResult) const |
void | GetDescriptionL (TDes &aResult) const |
Static Public Member Functions | |
static CDBMSEditorView * | NewL (const TRect &aRect) |
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 21 of file DBMSEditorView.h.
CDBMSEditorView::~CDBMSEditorView | ( | ) |
Function: ~CDBMSEditorView Description: Destroy the object
Definition at line 125 of file DBMSEditorView.cpp.
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 25 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 188 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 200 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 212 of file DBMSEditorView.cpp.