|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
This specific abstract node represents a script object. More...
#include <OgreScriptCompiler.h>
 Inheritance diagram for Ogre::ObjectAbstractNode:
 Inheritance diagram for Ogre::ObjectAbstractNode:| 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 | ) | 
References Ogre::AbstractNode::AbstractNode().
| 
 | overridevirtual | 
Returns a new AbstractNode which is a replica of this one.
Implements Ogre::AbstractNode.
References Ogre::AbstractNode::AbstractNode().
| 
 | inlineoverridevirtual | 
Returns a string value depending on the type of the AbstractNode.
Implements Ogre::AbstractNode.
References cls.
References name.
References name.
| String Ogre::ObjectAbstractNode::name | 
Referenced by addVariable(), getVariable(), and setVariable().
| String Ogre::ObjectAbstractNode::cls | 
Referenced by getValue().
| 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 |