#include <OgreController.h>
Inheritance diagram for Ogre::Controller< T >:
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. | |
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 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.
|
Usual constructor.
Definition at line 151 of file OgreController.h. |
|
Default d-tor.
Definition at line 160 of file OgreController.h. |
|
Gets the output controller value.
Definition at line 180 of file OgreController.h. |
|
Returns true if this controller is currently enabled.
Definition at line 186 of file OgreController.h. |
|
Returns a pointer to the function object used by this controller.
Definition at line 206 of file OgreController.h. |
|
Gets the input controller value.
Definition at line 169 of file OgreController.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. |
|
Sets the output controller value.
Definition at line 174 of file OgreController.h. |
|
Sets whether this controller is enabled.
Definition at line 192 of file OgreController.h. |
|
Sets the function object to be used by this controller.
Definition at line 199 of file OgreController.h. |
|
Sets the input controller value.
Definition at line 164 of file OgreController.h. |
|
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. |
|
Destination value.
Definition at line 137 of file OgreController.h. Referenced by Ogre::Controller< Real >::getDestination(), Ogre::Controller< Real >::setDestination(), and Ogre::Controller< Real >::update(). |
|
Controller is enabled or not.
Definition at line 141 of file OgreController.h. Referenced by Ogre::Controller< Real >::Controller(), Ogre::Controller< Real >::getEnabled(), Ogre::Controller< Real >::setEnabled(), and Ogre::Controller< Real >::update(). |
|
Function.
Definition at line 139 of file OgreController.h. Referenced by Ogre::Controller< Real >::getFunction(), Ogre::Controller< Real >::setFunction(), and Ogre::Controller< Real >::update(). |
|
Source value.
Definition at line 135 of file OgreController.h. Referenced by Ogre::Controller< Real >::getSource(), Ogre::Controller< Real >::setSource(), and Ogre::Controller< Real >::update(). |
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:47:30 2009