|
OGRE
1.9.0
|
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) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| 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, 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 *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| 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 | |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
Protected Member Functions | |
| PropertyDef () | |
Protected Attributes | |
| String | mDesc |
| String | mName |
| PropertyType | mType |
Definition of a property of an object.
Definition at line 137 of file OgreProperty.h.
| Ogre::PropertyDef::PropertyDef | ( | const String & | name, |
| const String & | desc, | ||
| PropertyType | pType ) |
Construct a property.
| name | The name of the property |
| desc | A (potentially) long description of the property |
| pType | The type of the property |
Definition at line 146 of file OgreProperty.h.
|
protected |
Definition at line 180 of file OgreProperty.h.
| const String & Ogre::PropertyDef::getDescription | ( | ) | const |
Get the description of the property.
Definition at line 153 of file OgreProperty.h.
References mDesc.
| const String & Ogre::PropertyDef::getName | ( | ) | const |
| PropertyType Ogre::PropertyDef::getType | ( | ) | const |
|
static |
Definition at line 173 of file OgreProperty.h.
References Ogre::PROP_BOOL.
|
static |
Definition at line 172 of file OgreProperty.h.
References Ogre::PROP_COLOUR.
|
static |
Definition at line 163 of file OgreProperty.h.
References Ogre::PROP_INT.
|
static |
Definition at line 165 of file OgreProperty.h.
References Ogre::PROP_LONG.
|
static |
Definition at line 175 of file OgreProperty.h.
References Ogre::PROP_MATRIX3.
|
static |
Definition at line 176 of file OgreProperty.h.
References Ogre::PROP_MATRIX4.
|
static |
Definition at line 174 of file OgreProperty.h.
References Ogre::PROP_QUATERNION.
|
static |
Definition at line 167 of file OgreProperty.h.
References Ogre::PROP_REAL.
|
static |
Definition at line 161 of file OgreProperty.h.
References Ogre::PROP_SHORT.
Referenced by Ogre::PropertySet::getValue(), Ogre::PropertySet::setValue(), and Ogre::PropertySet::setValue().
|
static |
Definition at line 168 of file OgreProperty.h.
References Ogre::PROP_STRING.
|
static |
Definition at line 164 of file OgreProperty.h.
References Ogre::PROP_UNSIGNED_INT.
|
static |
Definition at line 166 of file OgreProperty.h.
References Ogre::PROP_UNSIGNED_LONG.
|
static |
Definition at line 162 of file OgreProperty.h.
References Ogre::PROP_UNSIGNED_SHORT.
|
static |
Definition at line 169 of file OgreProperty.h.
References Ogre::PROP_VECTOR2.
|
static |
Definition at line 170 of file OgreProperty.h.
References Ogre::PROP_VECTOR3.
|
static |
Definition at line 171 of file OgreProperty.h.
References Ogre::PROP_VECTOR4.
|
static |
Get a string name of a property type.
Referenced by Ogre::PropertySet::getPropertyImpl(), and Ogre::PropertySet::setPropertyImpl().
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
protected |
Definition at line 183 of file OgreProperty.h.
Referenced by PropertyDef(), and getDescription().
|
protected |
Definition at line 182 of file OgreProperty.h.
Referenced by PropertyDef(), and getName().
|
protected |
Definition at line 184 of file OgreProperty.h.
Referenced by PropertyDef(), and getType().
1.13.2