![]()  | 
  
    OGRE 14.4
    
   Object-Oriented Graphics Rendering Engine 
   | 
 
Class to hold a dictionary of parameters for a single class. More...
#include <OgreStringInterface.h>
Public Member Functions | |
| ParamDictionary () | |
| ~ParamDictionary () | |
| void | addParameter (const ParameterDef &def, ParamCommand *paramCmd) | 
| void | addParameter (const String &name, 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.   | |
Class to hold a dictionary of parameters for a single class.
| Ogre::ParamDictionary::ParamDictionary | ( | ) | 
| Ogre::ParamDictionary::~ParamDictionary | ( | ) | 
Method for adding a parameter definition for this class.
| name | The name of the parameter | 
| paramCmd | Pointer to a ParamCommand subclass to handle the getting / setting of this parameter. NB this class will not destroy this on shutdown, please ensure you do | 
      
  | 
  inline | 
References Ogre::ParameterDef::name.
      
  | 
  inline | 
Retrieves a list of parameters valid for this object.