|
Nebula
|
#include <animeventinfo.h>
The AnimEventInfo has extra information of the animevent, like the animjob from which it is initiated.
(C) 2009 Radon Labs GmbH (C) 2013-2018 Individual contributors, see AUTHORS file
Public Member Functions | |
| AnimEventInfo () | |
| constructor | |
| const CoreAnimation::AnimEvent & | GetAnimEvent () const |
| get AnimEvent | |
| void | SetAnimEvent (const CoreAnimation::AnimEvent &val) |
| set AnimEvent | |
| const Util::StringAtom & | GetAnimJobName () const |
| get ClipName | |
| void | SetAnimJobName (const Util::StringAtom &val) |
| set ClipName | |
| float | GetWeight () const |
| get Weight | |
| void | SetWeight (float val) |
| set Weight | |
| void | SetEntityId (const Graphics::GraphicsEntity::Id &id) |
| set id | |
| const Graphics::GraphicsEntity::Id & | GetEntityId () const |
| get id | |
Private Attributes | |
| CoreAnimation::AnimEvent | animEvent |
| Util::StringAtom | animJobName |
| float | weight |
| Graphics::GraphicsEntity::Id | id |
Friends | |
| bool | operator== (const AnimEventInfo &a, const AnimEventInfo &b) |
| equality operator (time only) | |
| bool | operator!= (const AnimEventInfo &a, const AnimEventInfo &b) |
| inequality operator (time only) | |
| bool | operator< (const AnimEventInfo &a, const AnimEventInfo &b) |
| less-then operator (time only) | |
| bool | operator> (const AnimEventInfo &a, const AnimEventInfo &b) |
| greather-then operator (time only) | |
| bool | operator<= (const AnimEventInfo &a, const AnimEventInfo &b) |
| less-or-equal operator (time only) | |
| bool | operator>= (const AnimEventInfo &a, const AnimEventInfo &b) |
| greather-or-equal operator (time only) | |
|
inline |
constructor
|
inline |
get AnimEvent
|
inline |
get ClipName
|
inline |
get id
|
inline |
get Weight
|
inline |
set AnimEvent
|
inline |
set ClipName
|
inline |
set id
|
inline |
set Weight
|
friend |
inequality operator (time only)
|
friend |
less-then operator (time only)
|
friend |
less-or-equal operator (time only)
|
friend |
equality operator (time only)
|
friend |
greather-then operator (time only)
|
friend |
greather-or-equal operator (time only)
|
private |
|
private |
|
private |
|
private |