#include <OgreAnimable.h>
Inheritance diagram for Ogre::AnimableValue:
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 () |
ValueType | getType (void) const |
Gets the value type of this animable value. | |
virtual void | setCurrentStateAsBaseValue (void)=0 |
Sets the current state as the 'base' value; used for delta animation. | |
virtual void | setValue (int) |
Set value. | |
virtual void | setValue (Real) |
Set value. | |
virtual void | setValue (const Vector2 &) |
Set value. | |
virtual void | setValue (const Vector3 &) |
Set value. | |
virtual void | setValue (const Vector4 &) |
Set value. | |
virtual void | setValue (const Quaternion &) |
Set value. | |
virtual void | setValue (const ColourValue &) |
Set value. | |
virtual void | setValue (const Radian &) |
Set value. | |
virtual void | setValue (const Degree &) |
Set value. | |
virtual void | setValue (const Any &val) |
Set value. | |
virtual void | resetToBaseValue (void) |
virtual void | applyDeltaValue (int) |
Apply delta value. | |
virtual void | applyDeltaValue (Real) |
Set value. | |
virtual void | applyDeltaValue (const Vector2 &) |
Apply delta value. | |
virtual void | applyDeltaValue (const Vector3 &) |
Apply delta value. | |
virtual void | applyDeltaValue (const Vector4 &) |
Apply delta value. | |
virtual void | applyDeltaValue (const Quaternion &) |
Apply delta value. | |
virtual void | applyDeltaValue (const ColourValue &) |
Apply delta value. | |
virtual void | applyDeltaValue (const Degree &) |
Apply delta value. | |
virtual void | applyDeltaValue (const Radian &) |
Apply delta value. | |
virtual void | applyDeltaValue (const Any &val) |
Apply delta value. | |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
Protected Member Functions | |
virtual void | setAsBaseValue (int val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (Real val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (const Vector2 &val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (const Vector3 &val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (const Vector4 &val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (const Quaternion &val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (const Any &val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (const ColourValue &val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (const Radian &val) |
Internal method to set a value as base. | |
virtual void | setAsBaseValue (const Degree &val) |
Internal method to set a value as base. | |
Protected Attributes | |
ValueType | mType |
Value type. | |
int | mBaseValueInt |
Real | mBaseValueReal [4] |
may be keyframed.
Definition at line 65 of file OgreAnimable.h.
|
The type of the value being animated.
Definition at line 69 of file OgreAnimable.h. |
|
Definition at line 131 of file OgreAnimable.h. |
|
Definition at line 132 of file OgreAnimable.h. |
|
Apply delta value.
|
|
Apply delta value.
Definition at line 215 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Apply delta value.
Definition at line 211 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Apply delta value.
Definition at line 207 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Apply delta value.
Definition at line 203 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Apply delta value.
Definition at line 199 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Apply delta value.
Definition at line 195 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Apply delta value.
Definition at line 191 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 187 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Apply delta value.
Definition at line 183 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Gets the value type of this animable value.
Definition at line 135 of file OgreAnimable.h. |
|
Definition at line 101 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 95 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 89 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 112 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 106 of file OgreMemoryAllocatedObject.h. |
|
placement operator new
Definition at line 73 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 67 of file OgreMemoryAllocatedObject.h. |
|
operator new, with debug line info
Definition at line 62 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 84 of file OgreMemoryAllocatedObject.h. |
|
array operator new, with debug line info
Definition at line 79 of file OgreMemoryAllocatedObject.h. |
|
|
|
Internal method to set a value as base.
Definition at line 124 of file OgreAnimable.h. References Ogre::Degree::valueRadians(). |
|
Internal method to set a value as base.
Definition at line 119 of file OgreAnimable.h. References Ogre::Radian::valueRadians(). |
|
Internal method to set a value as base.
Definition at line 111 of file OgreAnimable.h. References Ogre::ColourValue::a, Ogre::ColourValue::b, Ogre::ColourValue::g, and Ogre::ColourValue::r. |
|
Internal method to set a value as base.
|
|
Internal method to set a value as base.
Definition at line 106 of file OgreAnimable.h. References Ogre::Quaternion::ptr(). |
|
Internal method to set a value as base.
Definition at line 103 of file OgreAnimable.h. References Ogre::Vector4::ptr(). |
|
Internal method to set a value as base.
Definition at line 100 of file OgreAnimable.h. References Ogre::Vector3::ptr(). |
|
Internal method to set a value as base.
Definition at line 97 of file OgreAnimable.h. References Ogre::Vector2::ptr(). |
|
Internal method to set a value as base.
Definition at line 95 of file OgreAnimable.h. |
|
Internal method to set a value as base.
Definition at line 93 of file OgreAnimable.h. |
|
Sets the current state as the 'base' value; used for delta animation.
|
|
Set value.
|
|
Set value.
Definition at line 173 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 169 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 165 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 161 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 157 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 153 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 149 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 145 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Set value.
Definition at line 141 of file OgreAnimable.h. References Ogre::Exception::ERR_NOT_IMPLEMENTED, and OGRE_EXCEPT. |
|
Definition at line 88 of file OgreAnimable.h. |
|
Definition at line 89 of file OgreAnimable.h. |
|
Value type.
Definition at line 83 of file OgreAnimable.h. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:46:52 2009