|   | |
Location: 
eikcmbut.h
Link against: 
eikcoctl.lib
CEikTextButton
Supported from 6.0
This class provides member functions to enable you to create a text button with a label. A text button has no image associated with it, it displays a label only.
| 
 | 
Defined in CEikTextButton:
CEikTextButton(), ConstructFromResourceL(), Label(), SetTextL(), ~CEikTextButton()
Inherited from CBase:
operator new()
Inherited from CCoeControl:
ActivateGc(),
BackedUpWindow(),
CapturesPointer(),
ClaimPointerGrab(),
CloseWindow(),
ControlContext(),
ControlEnv(),
CopyControlContextFrom(),
CreateBackedUpWindowL(),
CreateWindowL(),
DeactivateGc(),
DrawDeferred(),
DrawNow(),
DrawableWindow(),
EnableDragEvents(),
GetColor(),
GetHelpContext(),
GrabbingComponent(),
HandleComponentControlsResourceChange(),
HandlePointerBufferReadyL(),
HandleRedrawEvent(),
IgnoreEventsUntilNextPointerUp(),
Index(),
IsActivated(),
IsBackedUp(),
IsBeingDestroyed(),
IsBlank(),
IsDimmed(),
IsFocused(),
IsNonFocusing(),
IsReadyToDraw(),
IsVisible(),
MakeVisible(),
Observer(),
OverrideColorL(),
OwnsWindow(),
Position(),
PositionChanged(),
PositionRelativeToScreen(),
PrepareForFocusGainL(),
PrepareForFocusLossL(),
Rect(),
RecursivelyMergedInputCapabilities(),
ReportEventL(),
ResetGc(),
SetAllowStrayPointers(),
SetBlank(),
SetCanDrawOutsideRect(),
SetComponentsToInheritVisibility(),
SetContainerWindow(),
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(),
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(),
SetAllowTristate(),
SetBehavior(),
SetBubbleHelpTextL(),
SetCoordinator(),
SetIgnoreNextPointerUp(),
SetReportOnPointerDown(),
SetState(),
State(),
TButtonBehavior,
TDrawState,
TState,
iButFlags
Inherited from CEikCommandButtonBase:
ActivateL(),
Behavior(),
CheckCreateCommandStack(),
ComponentControl(),
ConstructImageFromResourceL(),
ConstructLabelFromResourceL(),
CountComponentControls(),
Draw(),
EBoth,
EFirst,
EFirstBottomSecondTop,
EFirstLeftSecondRight,
EFirstOnly,
EFirstRightSecondLeft,
EFirstTopSecondBottom,
ESecond,
ESecondOnly,
EShare,
EToFirst,
EToSecond,
FocusChanged(),
GetColorUseListL(),
HandleResourceChange(),
LayoutComponents(),
MinimumSize(),
OfferKeyEventL(),
SetButtonLayout(),
SetContainerWindowL(),
SetDefault(),
SetDimmed(),
SetDisplayContent(),
SetExcessSpace(),
SetPictureFromFileL(),
SetPictureL(),
StartConstructFromResourceL(),
StateChanged(),
TDisplayContent,
TExcess,
TLayout,
TWhichComponent,
UpdateComponentAlignment(),
iCmdFlags,
iComponents[2]
Inherited from MCoeControlContext:
ActivateContext(),
PrepareContext(),
ResetContext()
void ConstructFromResourceL(TResourceReader& aReader);
Constructs a text button from resource.
| 
 | 
CEikLabel* Label(TWhichComponent aWhich) const;
Gets the label associated with the specified button component.
| 
 | 
| 
 | 
void SetTextL(const TDesC& aText,TWhichComponent aWhich);
Sets the label for the specified button component.
| 
 |