| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <DumbWM2Behavior.h>
Inheritance diagram for DumbWM2Behavior:

Definition at line 9 of file DumbWM2Behavior.h.
Public Member Functions | |
| DumbWM2Behavior () | |
| constructor | |
| virtual | ~DumbWM2Behavior () |
| destructor | |
| virtual void | DoStart () |
By default, merely adds to the reference counter (through AddReference())
| |
| virtual void | DoStop () |
By default, subtracts from the reference counter, and deletes if zero
| |
| virtual void | processEvent (const EventBase &) |
| doesn't do anything | |
| virtual std::string | getName () const |
| Identifies the behavior in menus and such. | |
Static Public Member Functions | |
| std::string | getClassDescription () |
| Gives a short description of what this class of behaviors does... you should override this (but don't have to). | |
Protected Attributes | |
| WorldModel2 | WM2 |
| the world model this is associated with | |
|
|
constructor
Definition at line 12 of file DumbWM2Behavior.h. References WM2. |
|
|
destructor
Definition at line 15 of file DumbWM2Behavior.h. |
|
|
By default, merely adds to the reference counter (through AddReference())
Reimplemented from BehaviorBase. Definition at line 18 of file DumbWM2Behavior.h. References BehaviorBase::DoStart(), WorldModel2::enableIR(), and WM2. |
|
|
By default, subtracts from the reference counter, and deletes if zero
Reimplemented from BehaviorBase. Definition at line 23 of file DumbWM2Behavior.h. References WorldModel2::disableIR(), BehaviorBase::DoStop(), and WM2. |
|
|
Gives a short description of what this class of behaviors does... you should override this (but don't have to).
Reimplemented from BehaviorBase. Definition at line 32 of file DumbWM2Behavior.h. |
|
|
Identifies the behavior in menus and such.
Implements BehaviorBase. Definition at line 31 of file DumbWM2Behavior.h. |
|
|
doesn't do anything
Reimplemented from BehaviorBase. Definition at line 29 of file DumbWM2Behavior.h. |
|
|
the world model this is associated with
Definition at line 35 of file DumbWM2Behavior.h. |
|
Tekkotsu v1.4 |
Generated Sat Jul 19 00:08:54 2003 by Doxygen 1.3.2 |