API published in: S60 1st Ed
Link against: eikcoctl.lib avkon.lib
Required Capabilities
None
#include <eikcba.h>
Public Member Functions |
|
~CEikCommandTable () | |
Destructor. |
|
TInt | AddCommandL (CEikEnhancedCbaButton *aButton) |
Used to add a command to CommandTable. |
|
TBool | IsCommandPlaced (const TInt aCommandId) const |
Used to check if command table has a button with a certain id. |
|
void | ReplaceCommandL (const TInt aCommandId, const TInt aResourceId) |
Used to replace command with a new command. |
|
CEikEnhancedCbaButton * | Command (const TInt aCommandIndex) |
Used to get CEikEnhancedCbaButton for current control button (1-4). |
|
void | Reset () |
Reset CommandTable. |
|
Static Public Member Functions |
|
static CEikCommandTable * | NewL () |
Constructs a new command table instance. |
|
static CEikCommandTable * | NewLC () |
Constructs a new command table instance. |
|
Destructor. |
|
Used to add a command to CommandTable.
|
|
Used to get CEikEnhancedCbaButton for current control button (1-4).
|
|
Used to check if command table has a button with a certain id.
|
|
Constructs a new command table instance.
|
|
Constructs a new command table instance.
|
|
Used to replace command with a new command.
|
|
Reset CommandTable. |