|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Property instance with passthrough calls to a given object. More...
#include <OgreProperty.h>
 Inheritance diagram for Ogre::Property< T >:
 Inheritance diagram for Ogre::Property< T >:| Public Types | |
| typedef boost::function< T(void) > | getter_func | 
| typedef boost::function< void(T) > | setter_func | 
| typedef T | value_type | 
| Public Member Functions | |
| Property (PropertyDef *def, getter_func getter, setter_func setter) | |
| Construct a property which is able to directly call a given getter and setter on a specific object instance, via functors. | |
| virtual T | get () const | 
| Ogre::Any | getValue () const | 
| Return the current value as an Any. | |
| virtual void | set (T val) | 
| Set the property value. | |
|  Public Member Functions inherited from Ogre::PropertyBase | |
| 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. | |
Property instance with passthrough calls to a given object.
| typedef boost::function< T (void) > Ogre::Property< T >::getter_func | 
| typedef boost::function< void (T) > Ogre::Property< T >::setter_func | 
| typedef T Ogre::Property< T >::value_type | 
| 
 | inline | 
Construct a property which is able to directly call a given getter and setter on a specific object instance, via functors.
| 
 | inlinevirtual | 
Referenced by Ogre::Property< T >::getValue().
| 
 | inlinevirtual | 
Return the current value as an Any.
Implements Ogre::PropertyBase.
References Ogre::Property< T >::get().
| 
 | inlinevirtual | 
Set the property value.