Homepage Demos Overview Downloads Tutorials Reference
Credits

VisualTargetCloseTrans Class Reference

#include <VisualTargetCloseTrans.h>

Inheritance diagram for VisualTargetCloseTrans:

Inheritance graph
[legend]
List of all members.

Detailed Description

causes a transition when a visual object is "close"

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 & Destructor Documentation

VisualTargetCloseTrans::VisualTargetCloseTrans StateNode destination,
unsigned int  source_id
[inline]
 

constructor

Definition at line 17 of file VisualTargetCloseTrans.h.


Member Function Documentation

virtual void VisualTargetCloseTrans::DoStart  )  [inline, virtual]
 

starts listening for the object specified by the source id in the constructor

Reimplemented from BehaviorBase.

Definition at line 20 of file VisualTargetCloseTrans.h.

virtual void VisualTargetCloseTrans::DoStop  )  [inline, virtual]
 

called by StateNode when it becomes inactive - undo whatever you did in Enable()

Reimplemented from BehaviorBase.

Definition at line 23 of file VisualTargetCloseTrans.h.

virtual std::string VisualTargetCloseTrans::getName  )  const [inline, virtual]
 

Identifies the behavior in menus and such.

Implements BehaviorBase.

Definition at line 44 of file VisualTargetCloseTrans.h.

virtual void VisualTargetCloseTrans::processEvent const EventBase e  )  [inline, virtual]
 

if the object is "close", calls activate()

Reimplemented from BehaviorBase.

Definition at line 26 of file VisualTargetCloseTrans.h.


Member Data Documentation

unsigned int VisualTargetCloseTrans::sid [protected]
 

Source ID of object to track.

Definition at line 48 of file VisualTargetCloseTrans.h.

Referenced by DoStart(), and VisualTargetCloseTrans().


The documentation for this class was generated from the following file:
Tekkotsu v2.0
Generated Wed Jan 21 03:23:32 2004 by Doxygen 1.3.4