|
|
|
Location:
EIKCLB.H
Link against: eiklbx.lib
| Interface status: | deprecated | Quartz 6.0 |
class CEikColumnListBoxEditor : public CEikListBoxTextEditor;
Implements an item editor for column list boxes.
This enables users to edit a list of cells which are grouped into columns.
MEikListBoxEditor - List box text editor interfaceMObjectProvider - An interface that allows an object to be part of a network of object providersCBase - Base class for all classes to be instantiated on the heapCCoeControl - Control base class from which all other controls are derivedCEikListBoxTextEditor - Text list box item editorCEikColumnListBoxEditor - Implements an item editor for column list boxesDefined in CEikColumnListBoxEditor:
CEikColumnListBoxEditor(), Column(), ConstructL(), ItemText(), UpdateModelL(), ~CEikColumnListBoxEditor()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CCoeControl:
AccumulatedZoom(),
ActivateGc(),
ActivateL(),
BackedUpWindow(),
Background(),
CapturesPointer(),
ClaimPointerGrab(),
CloseWindow(),
ComponentArrayExists(),
Components(),
ConstructFromResourceL(),
ControlContext(),
ControlEnv(),
CopyControlContextFrom(),
CreateBackedUpWindowL(),
CreateWindowL(),
DeactivateGc(),
Draw(),
DrawBackground(),
DrawDeferred(),
DrawForeground(),
DrawNow(),
DrawableWindow(),
EAbsoluteZoom,
ERelativeZoom,
EnableDragEvents(),
FindBackground(),
FindFontProvider(),
FocusChanged(),
GetColor(),
GetColorUseListL(),
GetGc(),
GetHelpContext(),
GetTextDrawer(),
GrabbingComponent(),
HandleComponentControlsResourceChange(),
HandleControlArrayEventL(),
HandlePointerBufferReadyL(),
HandlePointerEventL(),
HandleRedrawEvent(),
HandleResourceChange(),
HasBorder(),
HitTest(),
IgnoreEventsUntilNextPointerUp(),
Index(),
InitComponentArrayL(),
InputCapabilities(),
IsActivated(),
IsBackedUp(),
IsBeingDestroyed(),
IsBlank(),
IsDimmed(),
IsFocused(),
IsNonFocusing(),
IsReadyToDraw(),
IsVisible(),
LayoutManager(),
MakeVisible(),
MaximumWidth(),
MinimumSize(),
MopNext(),
MopSupplyObject(),
Observer(),
OverrideColorL(),
OwnsWindow(),
Parent(),
Position(),
PositionChanged(),
PositionRelativeToScreen(),
PrepareForFocusGainL(),
PrepareForFocusLossL(),
Rect(),
RecursivelyMergedInputCapabilities(),
ReportEventL(),
RequestRelayout(),
Reserved_2(),
ResetGc(),
ScreenFont(),
SetAdjacent(),
SetAllowStrayPointers(),
SetBackground(),
SetBlank(),
SetCanDrawOutsideRect(),
SetComponentsToInheritVisibility(),
SetContainerWindowL(),
SetControlContext(),
SetCornerAndSize(),
SetDimmed(),
SetExtent(),
SetExtentToWholeScreen(),
SetFocus(),
SetFocusing(),
SetFontProviderL(),
SetGc(),
SetGloballyCapturing(),
SetHitTest(),
SetLayoutManagerL(),
SetMaximumWidth(),
SetMopParent(),
SetNeighbor(),
SetNonFocusing(),
SetObserver(),
SetParent(),
SetPointerCapture(),
SetPosition(),
SetRect(),
SetSize(),
SetSizeWithoutNotification(),
SetTextBaselineSpacing(),
SetUniqueHandle(),
SetZoomFactorL(),
Size(),
SizeChanged(),
SystemGc(),
TZoomType,
TextBaselineOffset(),
TextDrawer(),
UniqueHandle(),
Window(),
ZoomWithType(),
iCoeEnv,
iContext,
iPosition,
iSize
Inherited from CEikListBoxTextEditor:
ComponentControl(),
CountComponentControls(),
Editor(),
ItemIndex(),
ListBoxModel(),
OfferKeyEventL(),
Release(),
SetFont(),
SetListBoxEditorObserver(),
StartEditingL(),
StopEditingL(),
WriteInternalStateL()
Inherited from MEikListBoxEditor:
MEikListBoxEditor_Reserved_1()
Inherited from MObjectProvider:
MObjectProvider_Reserved1(),
MObjectProvider_Reserved2(),
MopGetObject(),
MopGetObjectNoChaining()
| Interface status: | deprecated | Inherited from: CEikColumnListBoxEditor |
IMPORT_C CEikColumnListBoxEditor(MListBoxModel *aModel);
First phase constructor.
Constructs a column list box editor with the specified model.
|
| Interface status: | deprecated | Inherited from: CEikColumnListBoxEditor |
IMPORT_C ~CEikColumnListBoxEditor();
Destructor.
| Interface status: | deprecated | Inherited from: CEikColumnListBoxEditor |
IMPORT_C void ConstructL(TInt aColumn);
Completes construction of the column list box editor for the specified column.
|
| Interface status: | deprecated | Inherited from: CEikColumnListBoxEditor |
virtual IMPORT_C TPtrC ItemText();
Gets a pointer to the current editable item's text.
|
| Interface status: | deprecated | Inherited from: CEikColumnListBoxEditor |
virtual IMPORT_C TBool UpdateModelL();
Updates the list box model with the new item's contents.
Has no effect, other than returning EFalse , if editing is not currently in progress.
|
| Interface status: | deprecated | Inherited from: CEikColumnListBoxEditor |
protected: IMPORT_C TInt Column() const;
Gets the ID of the column being edited.
|