#include <mw/eikclb.h>
class CEikColumnListBoxEditor : public CEikListBoxTextEditor |
Public Member Functions | |
---|---|
CEikColumnListBoxEditor(MListBoxModel *) | |
~CEikColumnListBoxEditor() | |
IMPORT_C void | ConstructL(TInt) |
virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C TPtrC | ItemText() |
IMPORT_C TBool | UpdateModelL() |
Protected Member Functions | |
---|---|
IMPORT_C TInt | Column() |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikListBoxTextEditor::HandlePointerEventL(const TPointerEvent &)
From CCoeControl. Handles pointer events.
Parameter | Description |
---|---|
aPointerEvent | The pointer event. |
IMPORT_C TPtrC | ItemText | ( | ) |
Reimplemented from CEikListBoxTextEditor::ItemText()
From MEikListBoxEditor. This function returns the text of the list box item.
Returns: TPtrC Pointer descriptor to the list box item text.
IMPORT_C TBool | UpdateModelL | ( | ) |
Reimplemented from CEikListBoxTextEditor::UpdateModelL()
From MEikListBoxEditor. Updates the list box model with new text from text editor. If text is partly editable, string between '' chars is not updated.
Returns: TBool EFalse if editing is not currently on otherwise ETrue