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. 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, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
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 * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
void * | operator new[] (size_t sz) |
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.
const String& Ogre::PropertyDef::getName | ( | void | ) | const |
Get the name of the property.
Definition at line 150 of file OgreProperty.h.
PropertyType Ogre::PropertyDef::getType | ( | void | ) | const |
Get the type of the property.
Definition at line 156 of file OgreProperty.h.
|
static |
Definition at line 161 of file OgreProperty.h.
References Ogre::PROP_SHORT.
Referenced by Ogre::PropertySet::getValue(), and Ogre::PropertySet::setValue().
|
static |
Definition at line 162 of file OgreProperty.h.
References Ogre::PROP_UNSIGNED_SHORT.
|
static |
Definition at line 163 of file OgreProperty.h.
References Ogre::PROP_INT.
|
static |
Definition at line 164 of file OgreProperty.h.
References Ogre::PROP_UNSIGNED_INT.
|
static |
Definition at line 165 of file OgreProperty.h.
References Ogre::PROP_LONG.
|
static |
Definition at line 166 of file OgreProperty.h.
References Ogre::PROP_UNSIGNED_LONG.
|
static |
Definition at line 167 of file OgreProperty.h.
References Ogre::PROP_REAL.
|
static |
Definition at line 168 of file OgreProperty.h.
References Ogre::PROP_STRING.
|
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 |
Definition at line 172 of file OgreProperty.h.
References Ogre::PROP_COLOUR.
|
static |
Definition at line 173 of file OgreProperty.h.
References Ogre::PROP_BOOL.
|
static |
Definition at line 174 of file OgreProperty.h.
References Ogre::PROP_QUATERNION.
|
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 |
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 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
protected |
Definition at line 183 of file OgreProperty.h.
|
protected |
Definition at line 182 of file OgreProperty.h.
|
protected |
Definition at line 184 of file OgreProperty.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 23 2013 06:57:36