Nebula
|
#include <animevent.h>
An animation event associates a name with a point in time.
The event will be triggered when the play-cursor passes the point in time of the event. AnimEvents are attached to anim clips.
Public Member Functions | |
AnimEvent () | |
constructor | |
AnimEvent (const Util::StringAtom &name, Timing::Tick time) | |
constructor with name and time | |
AnimEvent (const Util::StringAtom &name, const Util::StringAtom &category, Timing::Tick time) | |
constructor with name, category and time | |
Public Attributes | |
Util::StringAtom | name |
Util::StringAtom | category |
Timing::Tick | time |
Friends | |
bool | operator== (const AnimEvent &a, const AnimEvent &b) |
equality operator (time only) | |
bool | operator!= (const AnimEvent &a, const AnimEvent &b) |
inequality operator (time only) | |
bool | operator< (const AnimEvent &a, const AnimEvent &b) |
less-then operator (time only) | |
bool | operator> (const AnimEvent &a, const AnimEvent &b) |
greather-then operator (time only) | |
bool | operator<= (const AnimEvent &a, const AnimEvent &b) |
less-or-equal operator (time only) | |
bool | operator>= (const AnimEvent &a, const AnimEvent &b) |
greather-or-equal operator (time only) | |
|
inline |
constructor
|
inline |
constructor with name and time
|
inline |
constructor with name, category and time
less-or-equal operator (time only)
greather-then operator (time only)
greather-or-equal operator (time only)
Util::StringAtom CoreAnimation::AnimEvent::category |
Util::StringAtom CoreAnimation::AnimEvent::name |
Timing::Tick CoreAnimation::AnimEvent::time |