OGRE
1.9.0
|
This abstract node represents a script property. More...
#include <OgreScriptCompiler.h>
Public Member Functions | |
PropertyAbstractNode (AbstractNode *ptr) | |
AbstractNode * | clone () const |
Returns a new AbstractNode which is a replica of this one. | |
String | getValue () const |
Returns a string value depending on the type of the AbstractNode. | |
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 | |
Public Attributes | |
Any | context |
String | file |
uint32 | id |
unsigned int | line |
String | name |
AbstractNode * | parent |
AbstractNodeType | type |
AbstractNodeList | values |
This abstract node represents a script property.
Definition at line 147 of file OgreScriptCompiler.h.
Ogre::PropertyAbstractNode::PropertyAbstractNode | ( | AbstractNode * | ptr | ) |
References Ogre::AbstractNode::AbstractNode().
|
virtual |
Returns a new AbstractNode which is a replica of this one.
Implements Ogre::AbstractNode.
References Ogre::AbstractNode::AbstractNode().
|
virtual |
Returns a string value depending on the type of the AbstractNode.
Implements Ogre::AbstractNode.
|
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.
|
inherited |
Definition at line 98 of file OgreScriptCompiler.h.
|
inherited |
Definition at line 94 of file OgreScriptCompiler.h.
uint32 Ogre::PropertyAbstractNode::id |
Definition at line 151 of file OgreScriptCompiler.h.
|
inherited |
Definition at line 95 of file OgreScriptCompiler.h.
String Ogre::PropertyAbstractNode::name |
Definition at line 150 of file OgreScriptCompiler.h.
|
inherited |
Definition at line 97 of file OgreScriptCompiler.h.
|
inherited |
Definition at line 96 of file OgreScriptCompiler.h.
AbstractNodeList Ogre::PropertyAbstractNode::values |
Definition at line 152 of file OgreScriptCompiler.h.