API published in: S60 1st Ed
Link against: eikcoctl.lib avkon.lib
None
#include <eikcba.h>
Public Member Functions | |
| ~CEikCommandTable () | |
| 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 () |
| construction and destruction | |
| static CEikCommandTable * | NewLC () |
|
|
|
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.
|
|
|
construction and destruction |
|
| ||||||||||||
|
Used to replace command with a new command.
|
|
|
Reset CommandTable. |