class CEikEnhancedCbaButton : public CEikCbaButton |
Specialization of CEikCbaButton for the new Enhanced CBA button.
eikcoctl.lib S60 3.0
Public Member Functions | |
---|---|
CEikEnhancedCbaButton() | |
~CEikEnhancedCbaButton() | |
TInt | CommandId() |
TInt | CommandType() |
void | ConstructEmptyButtonL() |
void | ConstructFromResourceL(TResourceReader &) |
TPtrC * | LabelText() |
void | SetCommandType(const TInt) |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType |
Private Attributes | |
---|---|
TInt | iCommandId |
TInt | iCommandType |
TInt | CommandType | ( | ) | const |
Returns the command type for current button.
The command type.
void | ConstructEmptyButtonL | ( | ) |
Constructs empty button with id EAknSoftkeyEmpty.
void | ConstructFromResourceL | ( | TResourceReader & | aReader | ) | [virtual] |
Constructs a button based on resource definition.
TResourceReader & aReader | Resource reader for reading information from resource file. |
TPtrC * | LabelText | ( | ) |
Used to get the label text for the button.
Pointer to the label text.
void | SetCommandType | ( | const TInt | aCommandType | ) |
Sets command type for current button.
const TInt aCommandType | Command type to be set. |