OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::ParameterDef Class Reference

Definition of a parameter supported by a StringInterface class, for introspection. More...

#include <OgreStringInterface.h>

Public Member Functions

 ParameterDef (const String &newName, const String &newDescription, ParameterType newType)
 

Public Attributes

String description
 
String name
 
ParameterType paramType
 

Detailed Description

Definition of a parameter supported by a StringInterface class, for introspection.

Definition at line 67 of file OgreStringInterface.h.

Constructor & Destructor Documentation

Ogre::ParameterDef::ParameterDef ( const String newName,
const String newDescription,
ParameterType  newType 
)
inline

Definition at line 73 of file OgreStringInterface.h.

Member Data Documentation

String Ogre::ParameterDef::description

Definition at line 71 of file OgreStringInterface.h.

String Ogre::ParameterDef::name

Definition at line 70 of file OgreStringInterface.h.

Referenced by Ogre::ParamDictionary::addParameter().

ParameterType Ogre::ParameterDef::paramType

Definition at line 72 of file OgreStringInterface.h.


The documentation for this class was generated from the following file: