OGRE-Next 3.0.0
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::PropertyAbstractNode Class Reference

This abstract node represents a script property. More...

#include <OgreScriptCompiler.h>

Inheritance diagram for Ogre::PropertyAbstractNode:

Public Member Functions

 PropertyAbstractNode (AbstractNode *ptr)
AbstractNodeclone () 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 name
AbstractNodeList values
Public Attributes inherited from Ogre::AbstractNode
Any context
String file
unsigned int line
AbstractNodeparent
AbstractNodeType type

Detailed Description

This abstract node represents a script property.

Constructor & Destructor Documentation

◆ PropertyAbstractNode()

Ogre::PropertyAbstractNode::PropertyAbstractNode ( AbstractNode * ptr)

Member Function Documentation

◆ clone()

AbstractNode * Ogre::PropertyAbstractNode::clone ( ) const
overridevirtual

Returns a new AbstractNode which is a replica of this one.

Implements Ogre::AbstractNode.

References Ogre::AbstractNode::AbstractNode().

◆ getValue()

String Ogre::PropertyAbstractNode::getValue ( ) const
overridevirtual

Returns a string value depending on the type of the AbstractNode.

Implements Ogre::AbstractNode.

Member Data Documentation

◆ id

uint32 Ogre::PropertyAbstractNode::id

◆ name

String Ogre::PropertyAbstractNode::name

◆ values

AbstractNodeList Ogre::PropertyAbstractNode::values

The documentation for this class was generated from the following file: