TEikButtonCoordinator Class Reference

Link against: avkon.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <EIKBUTB.H>

Detailed Description

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.

Dll eikcoctl
Since:
S60 1.0

Public Member Functions

IMPORT_C  TEikButtonCoordinator ()
  Constructor.
IMPORT_C void  SetChosenButton (CEikButtonBase *aChosenButton)
  Set the current chosen button to the passed-in object.

Constructor & Destructor Documentation

IMPORT_C TEikButtonCoordinator::TEikButtonCoordinator  ) 
 

Constructor.


Member Function Documentation

IMPORT_C void TEikButtonCoordinator::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.

Parameters:
aChosenButton  Button to set as the new chosen button.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top