Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HBhvConditionAnimationFinished Class Reference

The HBhvConditionAnimationFinished class evaluates if an animation has finished executing. More...

#include <HBhvSensor.h>

List of all members.

Public Member Functions

virtual int AnimationFinishedEvent (HBhvAnimation *animation)
 HBhvConditionAnimationFinished (const char *target, const char *hevent, bool invert, HBhvSensor *sensor)
virtual void Serialize (HUtilityXMLGenerator *xmlgen)

Detailed Description

The HBhvConditionAnimationFinished class evaluates if an animation has finished executing.


Constructor & Destructor Documentation

HBhvConditionAnimationFinished::HBhvConditionAnimationFinished ( const char *  target,
const char *  hevent,
bool  invert,
HBhvSensor sensor 
)

Constructs a HBhvConditionAnimationFinished object.

Parameters:
targetThe descriptor of the target object. You can use HBhvTargetObject::CreateTargetString() to generate this string.
heventThe event type.
invertPass true to invert the condition. In other words, this condition will return true if the condition evaluates to false and false if the condition evaluates to true.
sensorA pointer to the HBhvSensor object that this condition belongs to.

Member Function Documentation

virtual int HBhvConditionAnimationFinished::AnimationFinishedEvent ( HBhvAnimation animation) [virtual]

Called by the event manager if an animation has been finished performing. If the animation is the target animation, then the conditions of the associated sensor are evaluated.

virtual void HBhvConditionAnimationFinished::Serialize ( HUtilityXMLGenerator *  xmlgen) [virtual]

Writes XML data to a buffer.

Reimplemented from HBhvCondition.


The documentation for this class was generated from the following file: