Definition of a property of an object.
More...
#include <OgreProperty.h>
|
| 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.
Definition at line 137 of file OgreProperty.h.
◆ PropertyDef() [1/2]
Construct a property.
- Parameters
-
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.
◆ PropertyDef() [2/2]
Ogre::PropertyDef::PropertyDef |
( |
| ) |
|
|
protected |
◆ getDescription()
const String & Ogre::PropertyDef::getDescription |
( |
| ) |
const |
◆ getName()
const String & Ogre::PropertyDef::getName |
( |
| ) |
const |
◆ getType()
◆ getTypeForValue() [1/16]
static PropertyType Ogre::PropertyDef::getTypeForValue |
( |
const bool & |
val | ) |
|
|
static |
◆ getTypeForValue() [2/16]
◆ getTypeForValue() [3/16]
static PropertyType Ogre::PropertyDef::getTypeForValue |
( |
const int & |
val | ) |
|
|
static |
◆ getTypeForValue() [4/16]
static PropertyType Ogre::PropertyDef::getTypeForValue |
( |
const long & |
val | ) |
|
|
static |
◆ getTypeForValue() [5/16]
◆ getTypeForValue() [6/16]
◆ getTypeForValue() [7/16]
◆ getTypeForValue() [8/16]
◆ getTypeForValue() [9/16]
static PropertyType Ogre::PropertyDef::getTypeForValue |
( |
const short & |
val | ) |
|
|
static |
◆ getTypeForValue() [10/16]
◆ getTypeForValue() [11/16]
static PropertyType Ogre::PropertyDef::getTypeForValue |
( |
const unsigned int & |
val | ) |
|
|
static |
◆ getTypeForValue() [12/16]
static PropertyType Ogre::PropertyDef::getTypeForValue |
( |
const unsigned long & |
val | ) |
|
|
static |
◆ getTypeForValue() [13/16]
static PropertyType Ogre::PropertyDef::getTypeForValue |
( |
const unsigned short & |
val | ) |
|
|
static |
◆ getTypeForValue() [14/16]
◆ getTypeForValue() [15/16]
◆ getTypeForValue() [16/16]
◆ getTypeName()
Get a string name of a property type.
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ mDesc
String Ogre::PropertyDef::mDesc |
|
protected |
◆ mName
String Ogre::PropertyDef::mName |
|
protected |
◆ mType
The documentation for this class was generated from the following file: