class KToggleAction
|
Checkbox like action.
More... |
|
|
Public Slots
Signals
Protected Methods
- virtual void setChecked ( int id, bool checked )
Protected Slots
- virtual void slotActivated ()
Detailed Description
Checkbox like action.
This action provides two states: checked or not.
| void setExclusiveGroup ( const QString& name )
|
[virtual slot]
Defines which "exclusive group" this action is part of.
In a given exclusive group, only one toggle action can be checked
at a any moment. Checking an action unchecks the other actions
of the group.
[virtual slot]
Sets the state of the action.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 04:29:58 2001, using kdoc 2.0a35. |