class
Button
: public
Interactor
(Return to index)
Type:
Instantiable
Base Classes:
public
Interactor
Derived Classes
Include file:
IV-2_6/InterViews/button.h
Public:
void
Attach
(
Button
*)
void
Choose
()
void
Detach
(
Button
*)
void
Disable
()
void
Enable
()
virtual void
Handle
(
Event
&)
virtual void
Press
()
virtual void
Refresh
()
void
UnChoose
()
virtual void
Update
()
Protected:
Button
(
ButtonState
*, void*)
Button
(const char*,
ButtonState
*, void*)
ButtonList*
associates
boolean
chosen
boolean
enabled
boolean
hit
ButtonState
*
subject
void*
value
~Button
()
(more documentation)