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 ( TInt aButtonIndex ) 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 aButtonIndex Button index starting 0.

NumberOfButtonsInPane()

TInt NumberOfButtonsInPane ( ) const [pure virtual]

Returns number of buttons in touch pane.

Since
S60 v5.1

SetButtonDimmed(TInt, TBool)

void SetButtonDimmed ( TInt aCommand,
TBool aDimmed
) [pure virtual]

Sets button dimmed.

Since
S60 v5.1

Parameters

TInt aCommand Command id.
TBool aDimmed ETrue to set dimmed, EFalse to undim.