class
ControlState
: virtual public
Subject
(Return to index)
Type:
Instantiable
Base Classes:
virtual public
Subject
Derived Classes
Include file:
IV-2_6/InterViews/control.h
Public:
Control
*
Action
()
void
Action
(
Control
* c)
void
Activate
()
boolean
Active
()
ControlState
(unsigned status = 0)
virtual void
Deactivate
()
ControlState
*
Next
()
virtual void
NotifySelection
(
Control
*)
void
Pop
()
ControlState
*
Prev
()
void
Push
(
ControlState
*)
Control
*
Selection
()
void
Selection
(
Control
* c)
~ControlState
()
Protected:
boolean
Set
(ControlStatus s)
void
Set
(ControlStatus s, boolean b)
Control
*
action
ControlState
*
next
ControlState
*
prev
Control
*
selection
unsigned
status
(more documentation)