API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib
Required Capabilities
None
#include <eiktxlbx.h>
Inherits CEikSnakingListBox.
This snaking list box is intended for displaying text. The list box lays its items out using the CEikSnakingListBox
algorithms, and uses a CTextListItemDrawer
to draw its items.
Public Member Functions |
|
IMPORT_C | ~CEikSnakingTextListBox () |
Destructor. |
|
IMPORT_C | CEikSnakingTextListBox () |
C++ default constructor. |
|
IMPORT_C void | ConstructL (const CCoeControl *aParent, TInt aFlags=0) |
By default Symbian 2nd phase constructor is private. |
|
IMPORT_C CTextListBoxModel * | Model () const |
Gets a pointer to the model used by this list box. |
|
virtual IMPORT_C void | GetColorUseListL (CArrayFix< TCoeColorUse > &aColorUseList) const |
From CCoeControl . |
|
virtual IMPORT_C void | HandleResourceChange (TInt aType) |
From CCoeControl . |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl . |
|
Destructor. |
|
C++ default constructor. |
|
By default Symbian 2nd phase constructor is private. Completes the construction of a default-constructed snaking text list box, initialising its heap-stored members from the supplied arguments. This function will leave if any of the pointer members being constructed leave.
Reimplemented from CEikListBox. |
|
From Not implemented or used in S60.
Reimplemented from CEikSnakingListBox. |
|
From Handles pointer events.
Reimplemented from CEikSnakingListBox. |
|
From Handles a change in a resource.
The types (
Reimplemented from CEikSnakingListBox. |
|
Gets a pointer to the model used by this list box.
Reimplemented from CEikListBox. |