|
Public Member Functions |
| | DECLARE_TYPE_ID (0x101F4105) static CEikCba *NewL(const CEikCba *aPrevious |
| | ~CEikCba () |
| TInt | MaxCommands () const |
| void | UpdateCbaLabels (TBool aScrollerOn) |
| TInt | MSKEnabledInPlatform () const |
| | Public Since 3rd Ed FP1.
|
| void | SetSBFrameObserver (MEikScrollBarObserver *aObserver) |
| void | SetScrollBarModelL (TEikScrollBarModel *aModel) |
| const CEikCbaScrollBarFrame * | ScrollBarFrame () const |
| CAknScrollBar * | VScrollBarAsControl () |
| void | CreateArrowHeadScrollBarL () |
| void | InsertControlL (TEikGroupControl &aGroupControl, TInt aIndex) |
| void | SetCommandL (TInt aPosition, TInt aCommandId, const TDesC *aText, const CFbsBitmap *aBitmap, const CFbsBitmap *aMask) |
| void | SetCommandL (TInt aPosition, TInt aResourceId) |
| void | SetCommandSetL (TInt aResourceId) |
| void | AddCommandL (TInt aPosition, TInt aCommandId, const TDesC *aText, const CFbsBitmap *aBitmap, const CFbsBitmap *aMask) |
| void | AddCommandToStackL (TInt aPosition, TInt aCommandId, const TDesC *aText, const CFbsBitmap *aBitmap, const CFbsBitmap *aMask) |
| void | AddCommandToStackL (TInt aPosition, TInt aResourceId) |
| void | AddCommandSetToStackL (TInt aResourceId) |
| void | SetDefaultCommand (TInt aCommandId) |
| TSize | CalcMinimumSizeL (TInt aResourceId) |
| void | RemoveCommandFromStack (TInt aPosition, TInt aCommandId) |
| TInt | CommandPos (TInt aCommandId) const |
| void | DimCommand (TInt aCommandId, TBool aDimmed) |
| TBool | IsCommandDimmed (TInt aCommandId) const |
| void | MakeCommandVisible (TInt aCommandId, TBool aVisible) |
| TBool | IsCommandVisible (TInt aCommandId) const |
| void | AnimateCommand (TInt aCommandId) |
| CCoeControl * | AsControl () |
| const CCoeControl * | AsControl () const |
| void | SetBoundingRect (const TRect &aBoundingRect) |
| void | ReduceRect (TRect &aBoundingRect) const |
| CCoeControl * | GroupControlById (TInt aCommandId) |
| CCoeControl * | GroupControlById (TInt aCommandId) const |
| TInt | CommandId (TInt aCommandPos) const |
| TInt | ButtonCount () const |
| void | RemovePreviousCommand (TInt aPosition) |
| CEikCommandButton * | GroupControlAsButton (TInt aCommandId) const |
| TUint | ButtonGroupFlags () const |
| IMPORT_C void | SetButtonGroupFlags (TInt aFlags) |
| IMPORT_C void | SetSkinBackgroundId (const TAknsItemID &aIID) |
| | Sets the skin background for this control button array.
|
| void | SetMSKIconL () |
| | Public Since 3rd Ed FP1 MSK related methods since 3.1.
|
| virtual void | Reserved_MtsmPosition () |
| virtual void | Reserved_MtsmObject () |
| TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
| TSize | MinimumSize () |
| void | GetColorUseListL (CArrayFix< TCoeColorUse > &aColorUseList) const |
| | Not used in S60.
|
| void | HandleResourceChange (TInt aType) |
| | Handles a change to the control's resources.
|
| void | MakeVisible (TBool aVisible) |
| | Public Since 3rd Ed FP1.
|
| void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
| | From CCoeControl.
|
| IMPORT_C void | OfferCommandListL (const RArray< TInt > &aCommandList) |
| | Used to offer list of commands for softkeys.
|
| IMPORT_C void | OfferCommandListL (const TInt aResourceId) |
| | Used to offer list of commands for softkeys.
|
| IMPORT_C TBool | IsCommandInGroup (const TInt aCommandId) const |
| | Used to check if a certain command have been approved to the current command set.
|
| IMPORT_C void | ReplaceCommand (const TInt aCommandId, const TInt aResourceId) |
| | Replace existing command with a new command.
|
Static Public Member Functions |
| static CEikCba * | NewL (TInt aResourceId, const CEikCba *aPrevious, MEikCommandObserver *aCommandObserver, RWindowGroup *aParentWg) |
| static CEikCba * | NewLC (const CEikCba *aPrevious, MEikCommandObserver *aCommandObserver, RWindowGroup *aParentWg) |
| static CEikCba * | NewLC (TInt aResourceId, const CEikCba *aPrevious, MEikCommandObserver *aCommandObserver, RWindowGroup *aParentWg) |
Data Fields |
| MEikCommandObserver * | aCommandObserver |
| MEikCommandObserver RWindowGroup * | aParentWg |
Protected Member Functions |
| virtual void | HandleScrollEventL (CEikScrollBar *aScrollBar, TEikScrollEvent aEventType) |
| | Callback method for scroll bar events.
|
| TTypeUid::Ptr | MopSupplyObject (TTypeUid aId) |
| void | Draw (const TRect &aRect) const |
| | Draws the border around the control.
|