class MEikListBoxEditor |
The MEikListBoxEditor class specifies an interface to a text editor which can be used inside a list box.
ER5U
Public Member Functions | |
---|---|
TPtrC | ItemText() |
void | Release() |
void | StartEditingL(const CCoeControl &, const TRect &, TInt, TInt) |
void | StopEditingL() |
TBool | UpdateModelL() |
Private Member Functions | |
---|---|
IMPORT_C void | MEikListBoxEditor_Reserved_1() |
void | StartEditingL | ( | const CCoeControl & | aContainer, |
const TRect & | aRect, | |||
TInt | aItemIndex, | |||
TInt | aMaxLength | |||
) | [pure virtual] |
Creates the editor inside the list box aContainer. The editor occupies the rectangle aRect and is used to editor the contents of the item at index aItemIndex up to a maximum length of aMaxLength characters..
const CCoeControl & aContainer | |
const TRect & aRect | |
TInt aItemIndex | |
TInt aMaxLength |
TBool | UpdateModelL | ( | ) | [pure virtual] |
Updates the list box model with the new item contents.