UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Location: EIKCLB.H
Link against: eiklbx.lib

Class CEikColumnListBoxEditor

Interface status: deprecatedQuartz 6.0

class CEikColumnListBoxEditor : public CEikListBoxTextEditor;

Description

Implements an item editor for column list boxes.

This enables users to edit a list of cells which are grouped into columns.

Derivation

Members

Defined 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()


Construction and destruction


CEikColumnListBoxEditor()

Interface status: deprecatedInherited from: CEikColumnListBoxEditor

IMPORT_C CEikColumnListBoxEditor(MListBoxModel *aModel);

Description

First phase constructor.

Constructs a column list box editor with the specified model.

Parameters

MListBoxModel *aModel

Model for the column list box editor.


~CEikColumnListBoxEditor()

Interface status: deprecatedInherited from: CEikColumnListBoxEditor

IMPORT_C ~CEikColumnListBoxEditor();

Description

Destructor.


ConstructL()

Interface status: deprecatedInherited from: CEikColumnListBoxEditor

IMPORT_C void ConstructL(TInt aColumn);

Description

Completes construction of the column list box editor for the specified column.

Parameters

TInt aColumn

The column to be edited.

[Top]


Member functions


ItemText()

Interface status: deprecatedInherited from: CEikColumnListBoxEditor

virtual IMPORT_C TPtrC ItemText();

Description

Gets a pointer to the current editable item's text.

Return value

TPtrC

Pointer to the editable item's text.

See also:


UpdateModelL()

Interface status: deprecatedInherited from: CEikColumnListBoxEditor

virtual IMPORT_C TBool UpdateModelL();

Description

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.

Return value

TBool

ETrue if successful, EFalse if editing is not currently in use.


Column()

Interface status: deprecatedInherited from: CEikColumnListBoxEditor

protected: IMPORT_C TInt Column() const;

Description

Gets the ID of the column being edited.

Return value

TInt

The ID of the column being edited.