class MHgSelectionObserver |
Selection observer interface.
Public Member Functions | |
---|---|
void | HandleOpenL ( TInt ) |
void | HandleOpenL ( TInt , CCoeControl *) |
void | HandleSelectL ( TInt ) |
void | HandleSelectL ( TInt , CCoeControl *) |
void | HandleOpenL | ( | TInt | aIndex | ) | [pure virtual] |
Handle opening.
TInt aIndex | Opened item index. |
void | HandleOpenL | ( | TInt | aIndex, |
CCoeControl * | ||||
) | [inline, virtual] |
Handle open from certain CCoeControl
TInt aIndex | Opened item index. |
CCoeControl * |
void | HandleSelectL | ( | TInt | aIndex | ) | [pure virtual] |
Handle selection.
TInt aIndex | Selected item index. |
void | HandleSelectL | ( | TInt | aIndex, |
CCoeControl * | ||||
) | [inline, virtual] |
Handle selection from certain CCoeControl
TInt aIndex | Selected item index. |
CCoeControl * |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.