#include <mw/aknlists.h>
| class CSingleHeadingStyleView : public CAknColumnListBoxView |
| Public Member Functions | |
|---|---|
| virtual IMPORT_C void | Draw(const TRect *) |
| virtual IMPORT_C void | DrawEmptyList(const TRect &) |
| Inherited Enumerations | |
|---|---|
| CListBoxView:TCursorMovement | |
| CListBoxView:TFlags | |
| CListBoxView:TSelectionMode | |
| Inherited Type Definitions | |
|---|---|
| CListBoxView::CSelectionIndexArray | |
Horizontal lines and empty list support for views
| IMPORT_C void | Draw | ( | const TRect * | aClipRect | ) | const [virtual] |
Reimplemented from CColumnListBoxView::Draw(const TRect *)const
From CListBoxView Draws every visible item into the specified rectangle.
As implemented in CListBoxView, this function's argument is ignored and the internal viewing rectangle is used. See SetViewRect().
| Parameter | Description |
|---|---|
| aClipRect | = NULL The rectangle to draw into, this is ignored |
| IMPORT_C void | DrawEmptyList | ( | const TRect & | aClientRect | ) | const [virtual] |
Reimplemented from CAknColumnListBoxView::DrawEmptyList(const TRect &)const
Draws empty list with or without find depending if it has been enabled.
| Parameter | Description |
|---|---|
| aClientRect | The client rectangle. |