Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::ParameterDef Class Reference

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

#include <OgreStringInterface.h>

List of all members.

Public Methods

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

Public Attributes

String name
String description
ParameterType paramType


Detailed Description

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


Constructor & Destructor Documentation

Ogre::ParameterDef::ParameterDef const String   newName,
const String   newDescription,
ParameterType    newType
[inline]
 


Member Data Documentation

String Ogre::ParameterDef::description
 

String Ogre::ParameterDef::name
 

ParameterType Ogre::ParameterDef::paramType
 

Copyright © 2002 by The OGRE Team