#include <OgreAnimable.h>
Inheritance diagram for Ogre::AnimableObject:

Public Member Functions | |
| AnimableObject () | |
| virtual | ~AnimableObject () |
| const StringVector & | getAnimableValueNames (void) const |
| Gets a list of animable value names for this object. | |
| virtual AnimableValuePtr | createAnimableValue (const String &valueName) |
| Create a reference-counted AnimableValuePtr for the named value. | |
Protected Types | |
| typedef std::map< String, StringVector > | AnimableDictionaryMap |
Protected Member Functions | |
| virtual const String & | getAnimableDictionaryName (void) const |
| Get the name of the animable dictionary for this class. | |
| void | createAnimableDictionary (void) const |
| Internal method for creating a dictionary of animable value names for the class, if it does not already exist. | |
| StringVector & | _getAnimableValueNames (void) |
| Get an updateable reference to animable value list. | |
| virtual void | initialiseAnimableDictionary (StringVector &) const |
| Internal method for initialising dictionary; should be implemented by subclasses wanting to expose animable parameters. | |
Static Protected Attributes | |
| static AnimableDictionaryMap | msAnimableDictionary |
| Static map of class name to list of animable value names. | |
Definition at line 203 of file OgreAnimable.h.
|
|
Definition at line 206 of file OgreAnimable.h. |
|
|
Definition at line 256 of file OgreAnimable.h. |
|
|
Definition at line 257 of file OgreAnimable.h. |
|
|
Get an updateable reference to animable value list.
Definition at line 232 of file OgreAnimable.h. References OGRE_EXCEPT. |
|
|
Internal method for creating a dictionary of animable value names for the class, if it does not already exist.
Definition at line 219 of file OgreAnimable.h. |
|
|
Create a reference-counted AnimableValuePtr for the named value.
Reimplemented in Ogre::Light. Definition at line 285 of file OgreAnimable.h. References OGRE_EXCEPT. |
|
|
Get the name of the animable dictionary for this class.
Reimplemented in Ogre::Light. Definition at line 214 of file OgreAnimable.h. |
|
|
Gets a list of animable value names for this object.
Definition at line 260 of file OgreAnimable.h. References OGRE_EXCEPT. |
|
|
Internal method for initialising dictionary; should be implemented by subclasses wanting to expose animable parameters.
Reimplemented in Ogre::Light. Definition at line 252 of file OgreAnimable.h. |
|
|
Static map of class name to list of animable value names.
Definition at line 208 of file OgreAnimable.h. |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 30 10:51:02 2007