#include <OgreStringInterface.h>
Inheritance diagram for Ogre::StringInterface:
Public Methods | |
virtual | ~StringInterface () |
Virtual desctructor, see Effective C++. More... | |
ParamDictionary * | getParamDictionary (void) |
Retrieves the parameter dictionary for this class. More... | |
const ParameterList & | getParameters (void) |
Retrieves a list of parameters valid for this object. More... | |
virtual bool | setParameter (const String &name, const String &value) |
Generic parameter setting method. More... | |
virtual String | getParameter (const String &name) |
Generic parameter retrieval method. More... | |
virtual void | copyParametersTo (StringInterface *dest) |
Method for copying this object's parameters to another object. More... | |
Protected Methods | |
bool | createParamDictionary (const String &className) |
Internal method for creating a parameter dictionary for the class, if it does not already exist. More... | |
Protected Attributes | |
String | mParamDictName |
Class name for this instance to be used as a lookup (must be initialised by subclasses). More... | |
Static Protected Attributes | |
ParamDictionaryMap | msDictionary |
Dictionary of parameters. More... |
|
Virtual desctructor, see Effective C++.
|
|
Method for copying this object's parameters to another object.
|
|
Internal method for creating a parameter dictionary for the class, if it does not already exist.
|
|
Retrieves the parameter dictionary for this class.
|
|
Generic parameter retrieval method.
|
|
Retrieves a list of parameters valid for this object.
|
|
Generic parameter setting method.
|
|
Class name for this instance to be used as a lookup (must be initialised by subclasses).
|
|
Dictionary of parameters.
|
Copyright © 2002 by The OGRE Team