OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Definition of a property of an object. More...
#include <OgreProperty.h>
Public Member Functions | |
PropertyDef (const String &name, const String &desc, PropertyType pType) | |
Construct a property. | |
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. | |
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 | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
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 | |
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 |
Get the description 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.
|
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 |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info