OGRE 14.4
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::AtomAbstractNode Class Reference

This is an abstract node which cannot be broken down further. More...

#include <OgreScriptCompiler.h>

Inheritance diagram for Ogre::AtomAbstractNode:

Public Member Functions

 AtomAbstractNode (AbstractNode *ptr)
AbstractNodeclone () const override
 Returns a new AbstractNode which is a replica of this one.
const StringgetValue () 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 ()
ScriptProperty getProperty () const
 Returns the property name and values of the node for ANT_PROPERTY. Empty string otherwise.
const StringgetString () const
 Returns the string content of the node for ANT_ATOM. Empty string otherwise.

Public Attributes

uint32 id
String value
Public Attributes inherited from Ogre::AbstractNode
Any context
String file
unsigned int line
AbstractNodeparent
AbstractNodeType type

Detailed Description

This is an abstract node which cannot be broken down further.

Constructor & Destructor Documentation

◆ AtomAbstractNode()

Ogre::AtomAbstractNode::AtomAbstractNode ( AbstractNode * ptr)

Member Function Documentation

◆ clone()

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

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

Implements Ogre::AbstractNode.

References Ogre::AbstractNode::AbstractNode().

◆ getValue()

const String & Ogre::AtomAbstractNode::getValue ( ) const
inlineoverridevirtual

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

Implements Ogre::AbstractNode.

References value.

Member Data Documentation

◆ value

String Ogre::AtomAbstractNode::value

Referenced by getValue().

◆ id

uint32 Ogre::AtomAbstractNode::id

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