IMS2  Pre-Alpha
An Orbiter add-on to allow on-runtime construction of spacecraft from predefined modules
AnimationFailedEvent Class Reference

Notifies when an animation could not be started. More...

Inheritance diagram for AnimationFailedEvent:
AnimationEvent_Base Event_Base

Public Member Functions

 AnimationFailedEvent (string animationid, double _speed)
 
double GetSpeed ()
 
- Public Member Functions inherited from AnimationEvent_Base
 AnimationEvent_Base (EVENTTYPE type, string animationid, int _delay)
 
string GetAnimationId ()
 
virtual bool operator== (Event_Base *e)
 
- Public Member Functions inherited from Event_Base
 Event_Base (EVENTTYPE _type, unsigned int _delay=0)
 
EventHandlerGetCaller ()
 Returns the EventHandler at which this event originated.
 
virtual bool operator!= (Event_Base *e)
 
virtual bool operator== (EVENTTYPE type)
 Allows to compare an event directly to an EVENTTYPE. More...
 
EVENTPIPE GetEventPipe ()
 

Protected Attributes

double speed
 An abstract property for how fast the animation should play, and in which direction. More...
 
- Protected Attributes inherited from AnimationEvent_Base
string animid
 Stores the identifier of the animation this event is aimed at.
 
- Protected Attributes inherited from Event_Base
unsigned int delay
 How many calls of ProcessEvents() on the event generator the event should be delayed.
 
EventHandlercaller
 Stores the EventHandler at which the event originated.
 
EVENTTYPE eventtype
 The type of this event.
 
EVENTPIPE pipe
 The pipe the event travels in (unless it was relayed). This is set by the EventHandler itself.
 

Additional Inherited Members

- Protected Member Functions inherited from Event_Base
virtual bool sendMe ()
 Used to determine whether the event should be sent by the event generator. More...
 

Detailed Description

Notifies when an animation could not be started.

Triggered once on start by IMS_Animation_Base Usually triggered because of unfulfilled dependencies of an animation If starting the animation succeeded, a AnimationStartedEvent will be triggered instead.

See also
AnimationStartedEvent
EventHandler.h

Constructor & Destructor Documentation

AnimationFailedEvent::AnimationFailedEvent ( string  animationid,
double  _speed 
)
inline
Parameters
animationidThe id of the animation that failed
_speedThe speed and direction the animation was trying to start in

Member Function Documentation

double AnimationFailedEvent::GetSpeed ( )
inline
Returns
The speed and direction the failed animation tried to start with

Member Data Documentation

double AnimationFailedEvent::speed
protected

An abstract property for how fast the animation should play, and in which direction.

The value determines how fast in relation to the defined duration of the animation in the config file (1 == the exact duration) The sign determines the direction (> 0: normal, < 0 : in reverse). For 0, see note

Note
A speed of 0 does not mean stop! A speed of 0 means default speed (1) forward by default, except if the animation is already at the end, then it means in reverse. Basically, it means "start the animation in the most likely direction at tis default speed"

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