class MEikEnhancedButtonGroup : public MEikButtonGroup |
Extends needed functions for enhanced cba.
Public Member Functions | |
---|---|
IMPORT_C TBool | IsCommandInGroup(const TInt) |
IMPORT_C void | OfferCommandListL(const RArray< TInt > &) |
IMPORT_C void | OfferCommandListL(const TInt) |
IMPORT_C void | ReplaceCommand(const TInt, const TInt) |
IMPORT_C TBool | IsCommandInGroup | ( | const TInt | aCommandId | ) | const [pure virtual] |
Used to check if a certain command have been approved to the current command set.
ETrue if command is in control group, otherwise EFalse.
const TInt aCommandId | The id for command which existence should be checked. |
IMPORT_C void | OfferCommandListL | ( | const RArray< TInt > & | aCommandList | ) | [pure virtual] |
Used to offer list of commands for softkeys.
IMPORT_C void | OfferCommandListL | ( | const TInt | aResourceId | ) | [pure virtual] |
Used to offer list of commands for softkeys.
const TInt aResourceId | Id for CBA resource that defines enhanced cba buttons. |