#include <OgreStringInterface.h>
Public Methods | |
ParamDictionary () | |
void | addParameter (const ParameterDef ¶mDef, ParamCommand *paramCmd) |
Method for adding a parameter definition for this class. More... | |
const ParameterList & | getParameters (void) |
Retrieves a list of parameters valid for this object. More... | |
Protected Methods | |
ParamCommand * | getParamCommand (const String &name) |
Retrieves the parameter command object for a named parameter. More... | |
Protected Attributes | |
ParameterList | mParamDefs |
Definitions of parameters. More... | |
ParamCommandMap | mParamCommands |
Command objects to get/set. More... | |
Friends | |
class | StringInterface |
|
|
|
Method for adding a parameter definition for this class.
|
|
Retrieves the parameter command object for a named parameter.
|
|
Retrieves a list of parameters valid for this object.
|
|
|
|
Command objects to get/set.
|
|
Definitions of parameters.
|
Copyright © 2002 by The OGRE Team