class TEikButtonCoordinator |
Button coordinator class
This class performs simple coordination functions on a set of buttons. It ensures that only one button of those sharing a coordinator is set at once.
Public Member Functions | |
---|---|
TEikButtonCoordinator () | |
IMPORT_C void | SetChosenButton ( CEikButtonBase *) |
Private Attributes | |
---|---|
CEikButtonBase * | iChosenButton |
IMPORT_C void | SetChosenButton | ( | CEikButtonBase * | aChosenButton | ) |
Set the current chosen button to the passed-in object. Any previously selected button is set to the Clear state and re-drawn.
CEikButtonBase * aChosenButton | Button to set as the new chosen button. |
CEikButtonBase * | iChosenButton | [private] |
Records the currently chosen button associated with this co-ordinator object.
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.