|  | OGRE 14.3
    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. | |
| 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.
Referenced by Ogre::Property< T >::Property(), and getValue().
| 
 | inlinevirtual | 
| 
 | inline | 
Get the name of the property.
| 
 | inline | 
Get the description of the property.
| 
 | inline | 
Get the type of the property.
| 
 | pure virtual |