#include <mw/eikcba.h>
| class CEikEnhancedCbaButton : public CEikCbaButton |
| Public Member Functions | |
|---|---|
| CEikEnhancedCbaButton() | |
| ~CEikEnhancedCbaButton() | |
| TInt | CommandId() |
| TInt | CommandType() |
| void | ConstructEmptyButtonL() |
| virtual void | ConstructFromResourceL(TResourceReader &) |
| TPtrC * | LabelText() |
| void | SetCommandType(const TInt) |
| Inherited Enumerations | |
|---|---|
| CCoeControl:TZoomType | |
| void | ConstructEmptyButtonL | ( | ) |
Reimplemented from CEikCbaButton::ConstructEmptyButtonL()
Constructs empty button with id EAknSoftkeyEmpty.
| void | ConstructFromResourceL | ( | TResourceReader & | aReader | ) | [virtual] |
Reimplemented from CCoeControl::ConstructFromResourceL(TResourceReader &)
Constructs a button based on resource definition.
| Parameter | Description |
|---|---|
| aReader | Resource reader for reading information from resource file. |
| void | SetCommandType | ( | const TInt | aCommandType | ) |
Sets command type for current button.
| Parameter | Description |
|---|---|
| aCommandType | Command type to be set. |