#include <OgreController.h>
Public Member Functions | |
| Controller (const SharedPtr< ControllerValue< T > > &src, const SharedPtr< ControllerValue< T > > &dest, const SharedPtr< ControllerFunction< T > > &func) | |
| Usual constructor. | |
| virtual | ~Controller () |
| Default d-tor. | |
| void | setSource (const SharedPtr< ControllerValue< T > > &src) |
| Sets the input controller value. | |
| const SharedPtr < ControllerValue< T > > & | getSource (void) const |
| Gets the input controller value. | |
| void | setDestination (const SharedPtr< ControllerValue< T > > &dest) |
| Sets the output controller value. | |
| const SharedPtr < ControllerValue< T > > & | getDestination (void) const |
| Gets the output controller value. | |
| bool | getEnabled (void) const |
| Returns true if this controller is currently enabled. | |
| void | setEnabled (bool enabled) |
| Sets whether this controller is enabled. | |
| void | setFunction (const SharedPtr< ControllerFunction< T > > &func) |
| Sets the function object to be used by this controller. | |
| const SharedPtr < ControllerFunction < T > > & | getFunction (void) const |
| Returns a pointer to the function object used by this controller. | |
| void | update (void) |
| Tells this controller to map it's input controller value to it's output controller value, via the controller function. | |
Protected Attributes | |
| SharedPtr < ControllerValue< T > > | mSource |
| Source value. | |
| SharedPtr < ControllerValue< T > > | mDest |
| Destination value. | |
| SharedPtr < ControllerFunction < T > > | mFunc |
| Function. | |
| bool | mEnabled |
| Controller is enabled or not. | |
Definition at line 131 of file OgreController.h.
| Ogre::Controller< T >::Controller | ( | const SharedPtr< ControllerValue< T > > & | src, | |
| const SharedPtr< ControllerValue< T > > & | dest, | |||
| const SharedPtr< ControllerFunction< T > > & | func | |||
| ) |
Usual constructor.
Definition at line 151 of file OgreController.h.
| virtual Ogre::Controller< T >::~Controller | ( | ) | [virtual] |
| void Ogre::Controller< T >::setSource | ( | const SharedPtr< ControllerValue< T > > & | src | ) |
| const SharedPtr< ControllerValue<T> >& Ogre::Controller< T >::getSource | ( | void | ) | const |
| void Ogre::Controller< T >::setDestination | ( | const SharedPtr< ControllerValue< T > > & | dest | ) |
| const SharedPtr< ControllerValue<T> >& Ogre::Controller< T >::getDestination | ( | void | ) | const |
| bool Ogre::Controller< T >::getEnabled | ( | void | ) | const |
Returns true if this controller is currently enabled.
Definition at line 186 of file OgreController.h.
| void Ogre::Controller< T >::setEnabled | ( | bool | enabled | ) |
| void Ogre::Controller< T >::setFunction | ( | const SharedPtr< ControllerFunction< T > > & | func | ) |
Sets the function object to be used by this controller.
Definition at line 199 of file OgreController.h.
| const SharedPtr< ControllerFunction<T> >& Ogre::Controller< T >::getFunction | ( | void | ) | const |
Returns a pointer to the function object used by this controller.
Definition at line 206 of file OgreController.h.
| void Ogre::Controller< T >::update | ( | void | ) |
Tells this controller to map it's input controller value to it's output controller value, via the controller function.
Definition at line 216 of file OgreController.h.
SharedPtr< ControllerValue<T> > Ogre::Controller< T >::mSource [protected] |
Source value.
Definition at line 135 of file OgreController.h.
Referenced by Ogre::Controller< float >::getSource(), Ogre::Controller< float >::setSource(), and Ogre::Controller< float >::update().
SharedPtr< ControllerValue<T> > Ogre::Controller< T >::mDest [protected] |
Destination value.
Definition at line 137 of file OgreController.h.
Referenced by Ogre::Controller< float >::getDestination(), Ogre::Controller< float >::setDestination(), and Ogre::Controller< float >::update().
SharedPtr< ControllerFunction<T> > Ogre::Controller< T >::mFunc [protected] |
Function.
Definition at line 139 of file OgreController.h.
Referenced by Ogre::Controller< float >::getFunction(), Ogre::Controller< float >::setFunction(), and Ogre::Controller< float >::update().
bool Ogre::Controller< T >::mEnabled [protected] |
Controller is enabled or not.
Definition at line 141 of file OgreController.h.
Referenced by Ogre::Controller< float >::Controller(), Ogre::Controller< float >::getEnabled(), Ogre::Controller< float >::setEnabled(), and Ogre::Controller< float >::update().
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:49:28 2008