|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
This is an abstract node which cannot be broken down further. More...
#include <OgreScriptCompiler.h>
 Inheritance diagram for Ogre::AtomAbstractNode:
 Inheritance diagram for Ogre::AtomAbstractNode:| Public Member Functions | |
| AtomAbstractNode (AbstractNode *ptr) | |
| AbstractNode * | clone () const override | 
| Returns a new AbstractNode which is a replica of this one. | |
| String | getValue () const override | 
| Returns a string value depending on the type of the AbstractNode. | |
|  Public Member Functions inherited from Ogre::AbstractNode | |
| AbstractNode (AbstractNode *ptr) | |
| virtual | ~AbstractNode () | 
| Public Attributes | |
| uint32 | id | 
| String | value | 
|  Public Attributes inherited from Ogre::AbstractNode | |
| Any | context | 
| String | file | 
| unsigned int | line | 
| AbstractNode * | parent | 
| AbstractNodeType | type | 
This is an abstract node which cannot be broken down further.
| Ogre::AtomAbstractNode::AtomAbstractNode | ( | AbstractNode * | ptr | ) | 
| 
 | overridevirtual | 
Returns a new AbstractNode which is a replica of this one.
Implements Ogre::AbstractNode.
| 
 | overridevirtual | 
Returns a string value depending on the type of the AbstractNode.
Implements Ogre::AbstractNode.
| uint32 Ogre::AtomAbstractNode::id | 
| String Ogre::AtomAbstractNode::value |