OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
This specific abstract node represents a script object. More...
#include <OgreScriptCompiler.h>
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... | |
const 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 std::map< String, String > & | getVariables () const |
void | setVariable (const String &name, const String &value) |
Public Attributes | |
bool | abstract |
std::vector< String > | 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 | ) |
|
virtual |
Returns a new AbstractNode which is a replica of this one.
Implements Ogre::AbstractNode.
|
inlinevirtual |
Returns a string value depending on the type of the AbstractNode.
Implements Ogre::AbstractNode.
void Ogre::ObjectAbstractNode::addVariable | ( | const String & | name | ) |
String Ogre::ObjectAbstractNode::name |
String Ogre::ObjectAbstractNode::cls |
std::vector<String> Ogre::ObjectAbstractNode::bases |
uint32 Ogre::ObjectAbstractNode::id |
bool Ogre::ObjectAbstractNode::abstract |
AbstractNodeList Ogre::ObjectAbstractNode::children |
AbstractNodeList Ogre::ObjectAbstractNode::values |
AbstractNodeList Ogre::ObjectAbstractNode::overrides |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |