CDBMSListboxView Class Reference

List of all members.

Public Member Functions

 ~CDBMSListboxView ()
void SetCaptionL (const TDesC &aNewCaption)
void SetListItemsL (CDesCArrayFlat *aNewItems)
TInt GetSelectedItem (TDes &aResult) const
void Draw (const TRect &aRect) const
void SizeChanged ()
TInt CountComponentControls () const
CCoeControl * ComponentControl (TInt aIndex) const
TKeyResponse OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType)

Static Public Member Functions

static CDBMSListboxViewNewL (const TRect &aRect)

Detailed Description

Class: CDBMSListboxView

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

This is window owning container control.It shows label and a single listbox. The listbox is used to

Definition at line 51 of file DBMSListboxView.h.


Constructor & Destructor Documentation

CDBMSListboxView::~CDBMSListboxView (  ) 

Member Function Documentation

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

Function: NewL

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

Definition at line 47 of file DBMSListboxView.cpp.

void CDBMSListboxView::SetCaptionL ( const TDesC &  aNewCaption  ) 
void CDBMSListboxView::SetListItemsL ( CDesCArrayFlat *  aNewItems  ) 
TInt CDBMSListboxView::GetSelectedItem ( TDes &  aResult  )  const
void CDBMSListboxView::Draw ( const TRect &  aRect  )  const
void CDBMSListboxView::SizeChanged (  ) 
TInt CDBMSListboxView::CountComponentControls (  )  const
CCoeControl * CDBMSListboxView::ComponentControl ( TInt  aIndex  )  const
TKeyResponse CDBMSListboxView::OfferKeyEventL ( const TKeyEvent &  aKeyEvent,
TEventCode  aType 
)

Generated by  doxygen 1.6.2