Torque2D Reference
Loading...
Searching...
No Matches
TamlModuleIdUpdateVisitor Class Reference

#include <tamlModuleIdUpdateVisitor.h>

Inheritance diagram for TamlModuleIdUpdateVisitor:

Public Member Functions

 TamlModuleIdUpdateVisitor ()
virtual ~TamlModuleIdUpdateVisitor ()
virtual bool wantsPropertyChanges (void)
virtual bool wantsRootOnly (void)
 Whether the visitor wants to visit the root node only.
virtual bool visit (const TamlParser &parser, TamlVisitor::PropertyState &propertyState)
 The state of the visited property.
void setModuleIdFrom (const char *pModuleIdFrom)
StringTableEntry getModuleIdFrom (void) const
void setModuleIdTo (const char *pModuleIdTo)
const char * getModuleIdTo (void) const
Public Member Functions inherited from TamlVisitor
 TamlVisitor ()
virtual ~TamlVisitor ()

Constructor & Destructor Documentation

◆ TamlModuleIdUpdateVisitor()

◆ ~TamlModuleIdUpdateVisitor()

virtual ~TamlModuleIdUpdateVisitor ( )
inlinevirtual

Member Function Documentation

◆ getModuleIdFrom()

StringTableEntry getModuleIdFrom ( void ) const
inline

◆ getModuleIdTo()

const char * getModuleIdTo ( void ) const
inline

◆ setModuleIdFrom()

void setModuleIdFrom ( const char * pModuleIdFrom)
inline

◆ setModuleIdTo()

void setModuleIdTo ( const char * pModuleIdTo)
inline

◆ visit()

virtual bool visit ( const TamlParser & parser,
TamlVisitor::PropertyState & propertyState )
inlinevirtual

The state of the visited property.

Implements TamlVisitor.

◆ wantsPropertyChanges()

virtual bool wantsPropertyChanges ( void )
inlinevirtual

Whether the visitor wants to perform property changes. This allows a check against the parser which may not allow changes.

Implements TamlVisitor.

◆ wantsRootOnly()

virtual bool wantsRootOnly ( void )
inlinevirtual

Whether the visitor wants to visit the root node only.

Implements TamlVisitor.


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