OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Base interface for an instance of a property. More...
#include <OgreProperty.h>
Public Member Functions | |
PropertyBase (PropertyDef *def) | |
Constructor. | |
virtual | ~PropertyBase () |
const String & | getDescription () const |
Get the description of the property. | |
const String & | getName () const |
Get the name of the property. | |
PropertyType | getType () const |
Get the type of the property. | |
virtual Ogre::Any | getValue () const =0 |
Return the current value as an Any. | |
Base interface for an instance of a property.
|
inline |
Constructor.
|
inlinevirtual |
Get the description of the property.
|
inline |
Get the type of the property.
Return the current value as an Any.
Implemented in Ogre::Property< T >.