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