#include <OgreStringInterface.h>
Public Methods | |
| ParamDictionary () | |
| void | addParameter (const ParameterDef ¶mDef, ParamCommand *paramCmd) |
| Method for adding a parameter definition for this class. | |
| const ParameterList & | getParameters (void) const |
| Retrieves a list of parameters valid for this object. | |
Protected Methods | |
| ParamCommand * | getParamCommand (const String &name) |
| Retrieves the parameter command object for a named parameter. | |
| const ParamCommand * | getParamCommand (const String &name) const |
Protected Attributes | |
| ParameterList | mParamDefs |
| Definitions of parameters. | |
| ParamCommandMap | mParamCommands |
| Command objects to get/set. | |
Friends | |
| class | StringInterface |
Definition at line 76 of file OgreStringInterface.h.
|
|
Definition at line 113 of file OgreStringInterface.h. |
|
||||||||||||
|
|
Definition at line 100 of file OgreStringInterface.h. |
|
|
Retrieves the parameter command object for a named parameter.
Definition at line 87 of file OgreStringInterface.h. Referenced by Ogre::StringInterface::getParameter(), and Ogre::StringInterface::setParameter(). |
|
|
Retrieves a list of parameters valid for this object.
Definition at line 130 of file OgreStringInterface.h. References Ogre::ParameterList. Referenced by Ogre::StringInterface::getParameters(). |
|
|
Definition at line 78 of file OgreStringInterface.h. |
|
|
Command objects to get/set.
Definition at line 84 of file OgreStringInterface.h. |
|
|
Definitions of parameters.
Definition at line 81 of file OgreStringInterface.h. Referenced by Ogre::StringInterface::copyParametersTo(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:16:21 2004