#include <mw/eiklbed.h>
class MEikListBoxEditor |
Public Member Functions | |
---|---|
pure virtual TPtrC | ItemText() |
pure virtual void | Release() |
pure virtual void | StartEditingL(const CCoeControl &, const TRect &, TInt, TInt) |
pure virtual void | StopEditingL() |
pure virtual TBool | UpdateModelL() |
The MEikListBoxEditor class specifies an interface to a text editor which can be used inside a list box.
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..
TBool | UpdateModelL | ( | ) | [pure virtual] |
Updates the list box model with the new item contents.