OGRE-Next
4.0.0unstable
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. More... | |
String | getValue () const override |
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 | setVariable (const String &name, const String &value) |
Public Member Functions inherited from Ogre::AbstractNode | |
AbstractNode (AbstractNode *ptr) | |
virtual | ~AbstractNode () |
Public Attributes | |
bool | abstract |
vector< String >::type | 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 | ) |
void Ogre::ObjectAbstractNode::addVariable | ( | const String & | name | ) |
|
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.
bool Ogre::ObjectAbstractNode::abstract |
AbstractNodeList Ogre::ObjectAbstractNode::children |
String Ogre::ObjectAbstractNode::cls |
uint32 Ogre::ObjectAbstractNode::id |
String Ogre::ObjectAbstractNode::name |
AbstractNodeList Ogre::ObjectAbstractNode::overrides |
AbstractNodeList Ogre::ObjectAbstractNode::values |