Location:
eikscbut.h
Link against:
eikcoctl.lib
CEikScrollButton
Supported from 6.0
Scroll button.
|
Defined in CEikScrollButton:
CEikScrollButton(), EBottom, EEnd, EHome, ENudgeDown, ENudgeLeft, ENudgeRight, ENudgeUp, EPageDown, EPageLeft, EPageRight, EPageUp, ETop, GetColorUseListL(), HandleResourceChange(), SetDimmed(), TType, Type(), ~CEikScrollButton()
Inherited from CBase:
operator new()
Inherited from CCoeControl:
ActivateGc(),
ActivateL(),
BackedUpWindow(),
CapturesPointer(),
ClaimPointerGrab(),
CloseWindow(),
ComponentControl(),
ConstructFromResourceL(),
ControlContext(),
ControlEnv(),
CopyControlContextFrom(),
CountComponentControls(),
CreateBackedUpWindowL(),
CreateWindowL(),
DeactivateGc(),
DrawDeferred(),
DrawNow(),
DrawableWindow(),
EnableDragEvents(),
FocusChanged(),
GetColor(),
GetHelpContext(),
GrabbingComponent(),
HandleComponentControlsResourceChange(),
HandlePointerBufferReadyL(),
HandleRedrawEvent(),
IgnoreEventsUntilNextPointerUp(),
Index(),
IsActivated(),
IsBackedUp(),
IsBeingDestroyed(),
IsBlank(),
IsDimmed(),
IsFocused(),
IsNonFocusing(),
IsReadyToDraw(),
IsVisible(),
MakeVisible(),
MinimumSize(),
Observer(),
OverrideColorL(),
OwnsWindow(),
Position(),
PositionChanged(),
PositionRelativeToScreen(),
PrepareForFocusGainL(),
PrepareForFocusLossL(),
Rect(),
RecursivelyMergedInputCapabilities(),
ReportEventL(),
ResetGc(),
SetAllowStrayPointers(),
SetBlank(),
SetCanDrawOutsideRect(),
SetComponentsToInheritVisibility(),
SetContainerWindow(),
SetContainerWindowL(),
SetControlContext(),
SetCornerAndSize(),
SetCornerAndSizeL(),
SetExtent(),
SetExtentL(),
SetExtentToWholeScreen(),
SetExtentToWholeScreenL(),
SetFocus(),
SetFocusing(),
SetGloballyCapturing(),
SetNeighbor(),
SetNonFocusing(),
SetObserver(),
SetPointerCapture(),
SetPosition(),
SetRect(),
SetRectL(),
SetSize(),
SetSizeL(),
SetSizeWithoutNotification(),
SetSizeWithoutNotificationL(),
Size(),
SizeChanged(),
SizeChangedL(),
SystemGc(),
Window()
Inherited from CEikBorderedControl:
Border(),
Draw(),
HasBorder(),
SetAdjacent(),
SetBorder(),
iBorder
Inherited from CEikButtonBase:
Animate(),
CopyDrawStateTo(),
DrawState(),
EClear,
EDrawClear,
EDrawClearPressed,
EDrawIndeterminate,
EDrawIndeterminatePressed,
EDrawSet,
EDrawSetPressed,
EEikButtonLatches,
EEikButtonReportsOnPointerDown,
EEikButtonStaysClear,
EEikButtonStaysSet,
EIndeterminate,
ESet,
HandlePointerEventL(),
InputCapabilities(),
IsPressed(),
OfferKeyEventL(),
SetAllowTristate(),
SetBehavior(),
SetBubbleHelpTextL(),
SetCoordinator(),
SetIgnoreNextPointerUp(),
SetReportOnPointerDown(),
SetState(),
State(),
TButtonBehavior,
TDrawState,
TState,
iButFlags
CEikScrollButton(TType aType);
Constructs a scroll button of the specified type. Sets the newly constructed scroll button to stay clear, be non focusing and to report on a pointer down event.
|
virtual void GetColorUseListL(CArrayFix<TCoeColorUse>& aColorUseList) const;
Gets the list of logical colours used to draw the control,
paired with an explanation of how they are used. Appends the list to
aColorUseList.
|
virtual void HandleResourceChange(TInt aType);
Handles a change to the control's resources which are shared across the environment. Colours or fonts for example.
|
virtual void SetDimmed(TBool aDimmed);
Sets the scroll button's dim state. Dimming usually indicates user input is not accepted.
|
TType Type() const;
Gets the scroll button's type.
|
TType
Determines a scroll button's type.
|