class CEikSnakingTextListBox : public CEikSnakingListBox |
Horizontal snaking text list box.
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 | |
---|---|
CEikSnakingTextListBox () | |
~CEikSnakingTextListBox () | |
IMPORT_C void | ConstructL (const CCoeControl *, TInt ) |
IMPORT_C void | GetColorUseListL ( CArrayFix < TCoeColorUse > &) |
IMPORT_C void | HandlePointerEventL (const TPointerEvent &) |
IMPORT_C void | HandleResourceChange ( TInt ) |
IMPORT_C CTextListBoxModel * | Model () |
Private Member Functions | |
---|---|
IMPORT_C void * | ExtensionInterface ( TUid ) |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType | |
CEikListBox:@162 | |
CEikListBox:TFlags | |
CEikListBox:TReasonForFocusLost | |
CEikListBox:TScrollBarOwnerShip |
IMPORT_C void | ConstructL | ( | const CCoeControl * | aParent, |
TInt | aFlags = 0 | |||
) | [virtual] |
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.
const CCoeControl * aParent | Parent control. |
TInt aFlags = 0 | Flags for the control. |
IMPORT_C void * | ExtensionInterface | ( | TUid | aInterface | ) | [private, virtual] |
From CAknControl
TUid aInterface |
IMPORT_C void | GetColorUseListL | ( | CArrayFix < TCoeColorUse > & | aColorUseList | ) | const [virtual] |
From CCoeControl .
Not implemented or used in S60.
Gets the list of logical colors employed in the drawing of the control, paired with an explanation of how they are used. Appends the list to aColorUseList.
CArrayFix < TCoeColorUse > & aColorUseList | On return, a list of logical colours. |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
const TPointerEvent & aPointerEvent | The pointer event. |
IMPORT_C void | HandleResourceChange | ( | TInt | aType | ) | [virtual] |
From CCoeControl .
Handles a change in a resource.
The types ( aType ) of list box resources handled are those which are shared across the environment, for example, colours or fonts.
Handles a change to the control's resources of type aType which are shared across the environment, e.g. colors or fonts.
TInt aType | The type of resource that has changed. |
IMPORT_C CTextListBoxModel * | Model | ( | ) | const |
Gets a pointer to the model used by this list box.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.