OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
This is the complete list of members for Ogre::Controller< T >, including all inherited members.
Controller(const SharedPtr< ControllerValue< T > > &src, const SharedPtr< ControllerValue< T > > &dest, const SharedPtr< ControllerFunction< T > > &func) | Ogre::Controller< T > | inline |
getDestination() const | Ogre::Controller< T > | inline |
getEnabled() const | Ogre::Controller< T > | inline |
getFunction() const | Ogre::Controller< T > | inline |
getSource() const | Ogre::Controller< T > | inline |
setDestination(const SharedPtr< ControllerValue< T > > &dest) | Ogre::Controller< T > | inline |
setEnabled(bool enabled) | Ogre::Controller< T > | inline |
setFunction(const SharedPtr< ControllerFunction< T > > &func) | Ogre::Controller< T > | inline |
setSource(const SharedPtr< ControllerValue< T > > &src) | Ogre::Controller< T > | inline |
update() | Ogre::Controller< T > | inline |
~Controller() | Ogre::Controller< T > | inlinevirtual |