HBhvSensor.h
198 HBhvConditionAnimationRunning(const char *target, const char *hevent, bool invert, HBhvSensor *sensor);
228 HBhvConditionSensorActive(const char *target, const char *hevent, bool invert, HBhvSensor *sensor);
299 HBhvConditionAnimation(const char *target, const char *hevent, bool invert, HBhvSensor *sensor);
353 HBhvConditionSensorActivated(const char *target, const char *hevent, bool invert, HBhvSensor *sensor);
382 HBhvConditionSensorAction(const char *target, const char *hevent, bool invert, HBhvSensor *sensor);
409 HBhvConditionAnimationFinished(const char *target, const char *hevent, bool invert, HBhvSensor *sensor);
474 HBhvConditionONMOUSEENTER(const char *target, const char *hevent, bool invert, HBhvSensor *sensor);
510 HBhvConditionONMOUSELEAVE(const char *target, const char *hevent, bool invert, HBhvSensor *sensor);
The HBhvConditionSensorActivated class evaluates if a sensor has been activated.
Definition: HBhvSensor.h:341
The HBhvConditionAnimationFinished class evaluates if an animation has finished executing.
Definition: HBhvSensor.h:398
The HBhvConditionONMOUSEENTER class evaluates if the mouse pointer has entered the bounding box of th...
Definition: HBhvSensor.h:462
The HBhvConditionMouse class is the base class for all mouse related conditions.
Definition: HBhvSensor.h:249
The HBhvBehaviorManager class stores and manages all animation related data.
Definition: HBhvBehaviorManager.h:237
virtual void UnRegister()
The HBhvCondition class is the base class for all condition types.
Definition: HBhvSensor.h:119
The HBhvConditionSensorAction class evaluates if the target sensor has performed an action...
Definition: HBhvSensor.h:371
The HBhvConditionSensor class is the base class for sensor related conditions.
Definition: HBhvSensor.h:314
The HBhvTargetObject class encapsulates various target types for animations and sensors.
Definition: HBhvBehaviorManager.h:82
The HBhvConditionONLCLICK class evaluates if the given target was selected when the left mouse button...
Definition: HBhvSensor.h:428
virtual void Evaluate(bool &and_flag, bool &or_flag)
The HBhvConditionONMOUSEENTER class evaluates if the mouse pointer has left the bounding box of the t...
Definition: HBhvSensor.h:498
virtual void Serialize(HUtilityXMLGenerator *xmlgen, HUtilityXMLTag *xmlt)
The HBhvConditionAnimationRunning class evaluates if an animation is currently running for a given ta...
Definition: HBhvSensor.h:187
The HBhvConditionSensorActive class evaluates if the given sensor is currently active.
Definition: HBhvSensor.h:216
The HBhvConditionAnimation class is the base class for all animation related conditions.
Definition: HBhvSensor.h:287