Link against: avkon.lib eikcoctl.lib
None
#include <EIKCMBUT.H>
Inherits CEikCommandButtonBase.
This specialization of CEikCommandButtonBase supports a single text label.
Public Member Functions | |
IMPORT_C | CEikTextButton () |
Constructor. | |
IMPORT_C | ~CEikTextButton () |
C++ destructor. | |
IMPORT_C void | SetTextL (const TDesC &aText, TWhichComponent aWhich=EFirst) |
Sets the label text for the button. | |
IMPORT_C CEikLabel * | Label (TWhichComponent aWhich=EFirst) const |
Access the label control that implements the text label of the button. | |
IMPORT_C void | ConstructFromResourceL (TResourceReader &aReader) |
From CCoeControl. | |
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl. |
|
Constructor. |
|
C++ destructor. |
|
From CCoeControl. Construct the object from resource
|
|
From CCoeControl. Handle a pointer event coming from the CONE framework
Reimplemented from CEikCommandButtonBase. |
|
Access the label control that implements the text label of the button. Ownership is not transferred.
|
|
Sets the label text for the button.
|