| 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()) you should still call this from your overriding methods. | |
| virtual void | DoStop () |
By default, subtracts from the reference counter, and deletes if zero you should still call this when you override this call this at the end of your DoStop(), not beginning (it might delete this ). | |
| 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()) you should still call this from your overriding methods.
Reimplemented from BehaviorBase. Definition at line 18 of file DumbWM2Behavior.h. References BehaviorBase::DoStart(), WorldModel2::enableIR(), and WM2. |
Here is the call graph for this function:

|
|
By default, subtracts from the reference counter, and deletes if zero you should still call this when you override this call this at the end of your DoStop(), not beginning (it might
Reimplemented from BehaviorBase. Definition at line 23 of file DumbWM2Behavior.h. References WorldModel2::disableIR(), BehaviorBase::DoStop(), and WM2. |
Here is the call graph for this function:

|
|
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.5 |
Generated Fri Oct 10 15:55:37 2003 by Doxygen 1.3.4 |