OGRE 14.3
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 override |
Returns a new AbstractNode which is a replica of this one. | |
const String & | getValue () const override |
Returns a string value depending on the type of the AbstractNode. | |
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 Member Functions inherited from Ogre::AbstractNode | |
AbstractNode (AbstractNode *ptr) | |
virtual | ~AbstractNode () |
const String & | getString () const |
Returns the string content of the node for ANT_ATOM. Empty string otherwise. | |
Public Attributes | |
bool | abstract |
std::vector< String > | bases |
AbstractNodeList | children |
String | cls |
uint32 | id |
String | name |
AbstractNodeList | overrides |
AbstractNodeList | values |
Public Attributes inherited from Ogre::AbstractNode | |
Any | context |
String | file |
unsigned int | line |
AbstractNode * | parent |
AbstractNodeType | type |
This specific abstract node represents a script object.
Ogre::ObjectAbstractNode::ObjectAbstractNode | ( | AbstractNode * | ptr | ) |
|
overridevirtual |
Returns a new AbstractNode which is a replica of this one.
Implements Ogre::AbstractNode.
Returns a string value depending on the type of the AbstractNode.
Implements Ogre::AbstractNode.
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 |