#include <OgreController.h>
Public Member Functions | |
Controller (SharedPtr< ControllerValue< T > > src, SharedPtr< ControllerValue< T > > dest, SharedPtr< ControllerFunction< T > > func) | |
Usual constructor. | |
virtual | ~Controller () |
Default d-tor. | |
void | setSource (SharedPtr< ControllerValue< T > > src) |
Sets the input controller value. | |
SharedPtr< ControllerValue< T > > | getSource (void) const |
Gets the input controller value. | |
void | setDestination (SharedPtr< ControllerValue< T > > dest) |
Sets the output controller value. | |
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 (SharedPtr< ControllerFunction< T > > func) |
Sets the function object to be used by this controller. | |
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 123 of file OgreController.h.
|
Usual constructor.
Definition at line 143 of file OgreController.h. |
|
Default d-tor.
Definition at line 152 of file OgreController.h. |
|
Gets the output controller value.
Definition at line 172 of file OgreController.h. |
|
Returns true if this controller is currently enabled.
Definition at line 178 of file OgreController.h. |
|
Returns a pointer to the function object used by this controller.
Definition at line 198 of file OgreController.h. |
|
Gets the input controller value.
Definition at line 161 of file OgreController.h. |
|
Sets the output controller value.
Definition at line 166 of file OgreController.h. |
|
Sets whether this controller is enabled.
Definition at line 184 of file OgreController.h. |
|
Sets the function object to be used by this controller.
Definition at line 191 of file OgreController.h. |
|
Sets the input controller value.
Definition at line 156 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 208 of file OgreController.h. |
|
Destination value.
Definition at line 129 of file OgreController.h. |
|
Controller is enabled or not.
Definition at line 133 of file OgreController.h. |
|
Function.
Definition at line 131 of file OgreController.h. |
|
Source value.
Definition at line 127 of file OgreController.h. |
Copyright © 2000-2005 by The OGRE Team
Last modified Sun Apr 10 23:21:54 2005