Location:
eikbutb.h
Link against:
eikcoctl.lib
TEikButtonCoordinator
Supported from 6.0
Button coordinator.
An instance of this class is used to coordinate groups of buttons on the screen in which only one may be set at one time. All buttons which should be coordinated in this way share the same button coordinator.
Defined in TEikButtonCoordinator
:
EEikButtonLatches
, EEikButtonReportsOnPointerDown
, EEikButtonStaysClear
, EEikButtonStaysSet
, SetChosenButton()
, TButtonBehavior
, TEikButtonCoordinator()
TEikButtonCoordinator();
Constructor.
Constructs and initialises a new TEikButtonCoordinator
object.
void SetChosenButton(CEikButtonBase* aChosenButton);
Sets the chosen button in the button group. If aChosenButton
is different from the current chosen button, the chosen button is set to CEikButtonBase::EClear
and aChosenButton
becomes the current chosen button.
|
enum TButtonBehavior;
Determines button behaviour. These values may be bitwise-ORed to specify the behaviour of a button
|