OpenMW
|
#include <animation.hpp>
Public Member Functions | |
AnimationValue (Animation *anim) | |
void | setAnimName (const std::string &name) |
const std::string & | getAnimName () const |
virtual Ogre::Real | getValue () const |
virtual void | setValue (Ogre::Real value) |
Private Attributes | |
Animation * | mAnimation |
std::string | mAnimationName |
MWRender::Animation::AnimationValue::AnimationValue | ( | Animation * | anim | ) | [inline] |
const std::string& MWRender::Animation::AnimationValue::getAnimName | ( | ) | const [inline] |
Ogre::Real MWRender::Animation::AnimationValue::getValue | ( | ) | const [virtual] |
void MWRender::Animation::AnimationValue::setAnimName | ( | const std::string & | name | ) | [inline] |
void MWRender::Animation::AnimationValue::setValue | ( | Ogre::Real | value | ) | [virtual] |
std::string MWRender::Animation::AnimationValue::mAnimationName [private] |