|  | OGRE-Next
    2.3
    Object-Oriented Graphics Rendering Engine | 
Definition of a property of an object. More...
#include <OgreProperty.h>
 Inheritance diagram for Ogre::PropertyDef:
 Inheritance diagram for Ogre::PropertyDef:| Public Member Functions | |
| PropertyDef (const String &name, const String &desc, PropertyType pType) | |
| Construct a property.  More... | |
| 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... | |
| void | operator delete (void *ptr) | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
| void | operator delete (void *ptr, void *) | 
| void | operator delete[] (void *ptr) | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
| void * | operator new (size_t sz) | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
| operator new, with debug line info  More... | |
| void * | operator new (size_t sz, void *ptr) | 
| placement operator new  More... | |
| void * | operator new[] (size_t sz) | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
| array operator new, with debug line info  More... | |
Definition of a property of an object.
| 
 | inline | 
Construct a property.
| name | The name of the property | 
| desc | A (potentially) long description of the property | 
| pType | The type of the property | 
| 
 | inline | 
Get the description of the property.
| 
 | inline | 
Get the name of the property.
| 
 | inline | 
Get the type of the property.
| 
 | inlinestatic | 
References Ogre::PROP_BOOL.
| 
 | inlinestatic | 
References Ogre::PROP_COLOUR.
| 
 | inlinestatic | 
References Ogre::PROP_INT.
| 
 | inlinestatic | 
References Ogre::PROP_LONG.
| 
 | inlinestatic | 
References Ogre::PROP_MATRIX3.
| 
 | inlinestatic | 
References Ogre::PROP_MATRIX4.
| 
 | inlinestatic | 
References Ogre::PROP_QUATERNION.
| 
 | inlinestatic | 
References Ogre::PROP_REAL.
| 
 | inlinestatic | 
References Ogre::PROP_SHORT.
Referenced by Ogre::PropertySet::getValue(), and Ogre::PropertySet::setValue().
| 
 | inlinestatic | 
References Ogre::PROP_STRING.
| 
 | inlinestatic | 
References Ogre::PROP_UNSIGNED_INT.
| 
 | inlinestatic | 
References Ogre::PROP_UNSIGNED_LONG.
| 
 | inlinestatic | 
References Ogre::PROP_UNSIGNED_SHORT.
| 
 | inlinestatic | 
References Ogre::PROP_VECTOR2.
| 
 | inlinestatic | 
References Ogre::PROP_VECTOR3.
| 
 | inlinestatic | 
References Ogre::PROP_VECTOR4.
| 
 | static | 
Get a string name of a property type.
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
operator new, with debug line info
| 
 | inlineinherited | 
placement operator new
| 
 | inlineinherited | 
| 
 | inlineinherited | 
array operator new, with debug line info