class CPeninputJapanesePredictiveListBox : public CAknSinglePopupMenuStyleListBox |
CPeninputJapanesePredictiveListBox class.
Public Member Functions | |
---|---|
void | ConstructL(const CCoeControl *, TInt) |
TInt | CurrentCandidateNo() |
void | Draw() |
void | HandlePointerEventL(const TPointerEvent &) |
void | HandleScrollEventL(CEikScrollBar *, TEikScrollEvent) |
CListBoxView * | MakeViewClassInstanceL() |
TInt | MoveNextItem() |
TInt | MoveNextLineItem() |
TInt | MovePreviousItem() |
TInt | MovePreviousLineItem() |
void | SetCurrentCandidateNo(TInt, TBool) |
void | SetCurrentCandidateNo(TInt, const TPoint &, TBool) |
void | SetLineCount(TInt) |
void | SizeChanged() |
Protected Member Functions | |
---|---|
void | CreateItemDrawerL() |
void | UpdateCurrentItem(TInt) |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType | |
CEikListBox:@143 | |
CEikListBox:TFlags | |
CEikListBox:TReasonForFocusLost | |
CEikListBox:TScrollBarOwnerShip |
Private Attributes | |
---|---|
TInt | iLineCount |
void | ConstructL | ( | const CCoeControl * | aParent, |
TInt | aFlags | |||
) | [virtual] |
By default Symbian 2nd phase constructor is private. Must be called if resource data is not used.
const CCoeControl * aParent | Pointer to CCoeControl class, parent control. |
TInt aFlags | Flags for CEikListBox constructor. Possible flags : EAknListBoxSelectionList, EAknListBoxMenuList, EAknListBoxMarkableList, EAknListBoxMultiselectionList, EAknListBoxViewerFlags |
TInt | CurrentCandidateNo | ( | ) | const |
void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Handling of pointer event within the CEikListBox. Used for e.g. selecting an item from the list box.
const TPointerEvent & aPointerEvent | Details of the pointer event that is being handled. |
void | HandleScrollEventL | ( | CEikScrollBar * | aScrollBar, |
TEikScrollEvent | aEventType | |||
) | [virtual] |
from CEikListBox Used for scrolling through the items in the list box.
CEikScrollBar * aScrollBar | Scroll bar for the list box. |
TEikScrollEvent aEventType | Type of the event that occured. |
CListBoxView * | MakeViewClassInstanceL | ( | ) | [virtual] |
From CEikListBox.
Creates the list box view.
TInt | MovePreviousLineItem | ( | ) | const |
void | SetCurrentCandidateNo | ( | TInt | aCandidateNo, |
TBool | aDraw | |||
) | const |
void | SetCurrentCandidateNo | ( | TInt | aLineNo, |
const TPoint & | aPoint, | |||
TBool | aDraw | |||
) | const |
void | UpdateCurrentItem | ( | TInt | aItemIndex | ) | const [protected, virtual] |
Sets an item as the current item, even if it is not currently visible. Redraws the list box to reflect the change. This should not be called from within another Draw function.
TInt aItemIndex | The index of the list box item to update. |
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.