MTelTouchPaneExtension Class Reference

class MTelTouchPaneExtension

Plugin interface class for manipulating telephony touch pane items.

Since
S60 5.1

Member Functions Documentation

ButtonCommandId(TInt)

TInt ButtonCommandId(TIntaButtonIndex)const [pure virtual]

Returns command id assinged to button in given position. If button is toggling, currently active command is returned.

Since
S60 v5.1

Parameters

TInt aButtonIndexButton index starting 0.

NumberOfButtonsInPane()

TInt NumberOfButtonsInPane()const [pure virtual]

Returns number of buttons in touch pane.

Since
S60 v5.1

SetButtonDimmed(TInt, TBool)

voidSetButtonDimmed(TIntaCommand,
TBoolaDimmed
)[pure virtual]

Sets button dimmed.

Since
S60 v5.1

Parameters

TInt aCommandCommand id.
TBool aDimmedETrue to set dimmed, EFalse to undim.