API published in: S60 1st Ed
Link against: eikcoctl.lib avkon.lib
Required Capabilities
None
#include <eikbtgrp.h>
Inherits MEikButtonGroup.
Inherited by CEikCba.
Public Member Functions |
|
virtual IMPORT_C void | OfferCommandListL (const RArray< TInt > &aCommandList)=0 |
Used to offer list of commands for softkeys. |
|
virtual IMPORT_C void | OfferCommandListL (const TInt aResourceId)=0 |
Used to offer list of commands for softkeys. |
|
virtual IMPORT_C TBool | IsCommandInGroup (const TInt aCommandId) const =0 |
Used to check if a certain command have been approved to the current command set. |
|
virtual IMPORT_C void | ReplaceCommand (const TInt aCommandId, const TInt aResourceId)=0 |
Replace existing command with a new command. |
|
Used to check if a certain command have been approved to the current command set.
Implemented in CEikCba. |
|
Used to offer list of commands for softkeys.
Implemented in CEikCba. |
|
Used to offer list of commands for softkeys.
Implemented in CEikCba. |
|
Replace existing command with a new command.
Implemented in CEikCba. |