Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <VisualTargetCloseTrans.h>
Inheritance diagram for VisualTargetCloseTrans:
Definition at line 14 of file VisualTargetCloseTrans.h.
Public Member Functions | |
VisualTargetCloseTrans (StateNode *destination, unsigned int source_id) | |
constructor | |
virtual void | DoStart () |
starts listening for the object specified by the source id in the constructor | |
virtual void | DoStop () |
called by StateNode when it becomes inactive - undo whatever you did in Enable() | |
virtual void | processEvent (const EventBase &e) |
if the object is "close", calls activate() | |
virtual std::string | getName () const |
Identifies the behavior in menus and such. | |
Protected Attributes | |
unsigned int | sid |
Source ID of object to track. |
|
constructor
Definition at line 17 of file VisualTargetCloseTrans.h. |
|
starts listening for the object specified by the source id in the constructor
Reimplemented from BehaviorBase. Definition at line 20 of file VisualTargetCloseTrans.h. |
|
called by StateNode when it becomes inactive - undo whatever you did in Enable()
Reimplemented from BehaviorBase. Definition at line 23 of file VisualTargetCloseTrans.h. |
|
Identifies the behavior in menus and such.
Implements BehaviorBase. Definition at line 44 of file VisualTargetCloseTrans.h. |
|
if the object is "close", calls activate()
Reimplemented from BehaviorBase. Definition at line 26 of file VisualTargetCloseTrans.h. |
|
Source ID of object to track.
Definition at line 48 of file VisualTargetCloseTrans.h. Referenced by DoStart(), and VisualTargetCloseTrans(). |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:32 2004 by Doxygen 1.3.4 |