![]() |
OGRE
2.2.4
Object-Oriented Graphics Rendering Engine
|
This specific abstract node represents a script object. More...
#include <OgreScriptCompiler.h>
Inheritance diagram for Ogre::ObjectAbstractNode:Public Member Functions | |
| ObjectAbstractNode (AbstractNode *ptr) | |
| void | addVariable (const String &name) |
| AbstractNode * | clone () const |
| Returns a new AbstractNode which is a replica of this one. More... | |
| String | getValue () const |
| Returns a string value depending on the type of the AbstractNode. More... | |
| std::pair< bool, String > | getVariable (const String &name) const |
| const map< String, String >::type & | getVariables () const |
| 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) |
| void | setVariable (const String &name, const String &value) |
Public Attributes | |
| bool | abstract |
| vector< String >::type | bases |
| AbstractNodeList | children |
| String | cls |
| Any | context |
| String | file |
| uint32 | id |
| unsigned int | line |
| String | name |
| AbstractNodeList | overrides |
| AbstractNode * | parent |
| AbstractNodeType | type |
| AbstractNodeList | values |
This specific abstract node represents a script object.
| Ogre::ObjectAbstractNode::ObjectAbstractNode | ( | AbstractNode * | ptr | ) |
| void Ogre::ObjectAbstractNode::addVariable | ( | const String & | name | ) |
|
virtual |
Returns a new AbstractNode which is a replica of this one.
Implements Ogre::AbstractNode.
|
virtual |
Returns a string value depending on the type of the AbstractNode.
Implements Ogre::AbstractNode.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
|
inlineinherited |
placement operator new
|
inlineinherited |
array operator new, with debug line info
|
inlineinherited |
| bool Ogre::ObjectAbstractNode::abstract |
| AbstractNodeList Ogre::ObjectAbstractNode::children |
| String Ogre::ObjectAbstractNode::cls |
|
inherited |
|
inherited |
| uint32 Ogre::ObjectAbstractNode::id |
|
inherited |
| String Ogre::ObjectAbstractNode::name |
| AbstractNodeList Ogre::ObjectAbstractNode::overrides |
|
inherited |
|
inherited |
| AbstractNodeList Ogre::ObjectAbstractNode::values |