MHgSelectionObserver Class Reference

class MHgSelectionObserver

Selection observer interface.

Member Functions Documentation

HandleOpenL(TInt)

voidHandleOpenL(TIntaIndex)[pure virtual]

Handle opening.

Parameters

TInt aIndexOpened item index.

HandleOpenL(TInt, CCoeControl *)

voidHandleOpenL(TIntaIndex,
CCoeControl *
)[inline, virtual]

Handle open from certain CCoeControl

Parameters

TInt aIndexOpened item index.
CCoeControl *

HandleSelectL(TInt)

voidHandleSelectL(TIntaIndex)[pure virtual]

Handle selection.

Parameters

TInt aIndexSelected item index.

HandleSelectL(TInt, CCoeControl *)

voidHandleSelectL(TIntaIndex,
CCoeControl *
)[inline, virtual]

Handle selection from certain CCoeControl

Parameters

TInt aIndexSelected item index.
CCoeControl *