HeadLevelBehavior Class Reference#include <HeadLevelBehavior.h>
Inheritance diagram for HeadLevelBehavior:
[legend]List of all members.
Detailed Description
Tests the head leveling code of HeadPointerMC.
Definition at line 16 of file HeadLevelBehavior.h.
Constructor & Destructor Documentation
HeadLevelBehavior::HeadLevelBehavior |
( |
|
) |
[inline] |
|
Member Function Documentation
virtual void HeadLevelBehavior::DoStart |
( |
|
) |
[inline, virtual] |
|
virtual void HeadLevelBehavior::DoStop |
( |
|
) |
[inline, virtual] |
|
|
By default, subtracts from the reference counter (RemoveReference()), and thus may deletex if zero; Don't forget to still call this when you override this; Warning: call this at the end of your DoStop(), not beginning (it might delete this ).
Reimplemented from BehaviorBase.
Definition at line 53 of file HeadLevelBehavior.h. |
std::string HeadLevelBehavior::getClassDescription |
( |
|
) |
[inline, static] |
|
|
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 73 of file HeadLevelBehavior.h. |
virtual std::string HeadLevelBehavior::getName |
( |
|
) |
const [inline, virtual] |
|
virtual void HeadLevelBehavior::processEvent |
( |
const EventBase & |
event |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|