![]() |
OGRE-Next
2.3
Object-Oriented Graphics Rendering Engine
|
Defines an object property which is animable, i.e. More...
#include <OgreAnimable.h>
Public Types | |
enum | ValueType { INT , REAL , VECTOR2 , VECTOR3 , VECTOR4 , QUATERNION , COLOUR , RADIAN , DEGREE } |
The type of the value being animated. More... | |
Public Member Functions | |
AnimableValue (ValueType t) | |
virtual | ~AnimableValue () |
virtual void | applyDeltaValue (const Any &val) |
Apply delta value. More... | |
virtual void | applyDeltaValue (const ColourValue &) |
Apply delta value. More... | |
virtual void | applyDeltaValue (const Degree &) |
Apply delta value. More... | |
virtual void | applyDeltaValue (const Quaternion &) |
Apply delta value. More... | |
virtual void | applyDeltaValue (const Radian &) |
Apply delta value. More... | |
virtual void | applyDeltaValue (const Vector2 &) |
Apply delta value. More... | |
virtual void | applyDeltaValue (const Vector3 &) |
Apply delta value. More... | |
virtual void | applyDeltaValue (const Vector4 &) |
Apply delta value. More... | |
virtual void | applyDeltaValue (int) |
Apply delta value. More... | |
virtual void | applyDeltaValue (Real) |
Set value. More... | |
ValueType | getType () const |
Gets the value type of this animable value. More... | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info More... | |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
virtual void | resetToBaseValue () |
virtual void | setCurrentStateAsBaseValue ()=0 |
Sets the current state as the 'base' value; used for delta animation. More... | |
virtual void | setValue (const Any &val) |
Set value. More... | |
virtual void | setValue (const ColourValue &) |
Set value. More... | |
virtual void | setValue (const Degree &) |
Set value. More... | |
virtual void | setValue (const Quaternion &) |
Set value. More... | |
virtual void | setValue (const Radian &) |
Set value. More... | |
virtual void | setValue (const Vector2 &) |
Set value. More... | |
virtual void | setValue (const Vector3 &) |
Set value. More... | |
virtual void | setValue (const Vector4 &) |
Set value. More... | |
virtual void | setValue (int) |
Set value. More... | |
virtual void | setValue (Real) |
Set value. More... | |
Defines an object property which is animable, i.e.
may be keyframed.
|
inline |
|
inlinevirtual |
|
virtual |
Apply delta value.
|
inlinevirtual |
Apply delta value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Apply delta value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Apply delta value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Apply delta value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Apply delta value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Apply delta value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Apply delta value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Apply delta value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inline |
Gets the value type of this animable value.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
virtual |
|
pure virtual |
Sets the current state as the 'base' value; used for delta animation.
|
virtual |
Set value.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
|
inlinevirtual |
Set value.
References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT.
int Ogre::AnimableValue::mBaseValueInt |
Real Ogre::AnimableValue::mBaseValueReal[4] |