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

#include <tamlAssetReferencedUpdateVisitor.h>

Inheritance diagram for TamlAssetReferencedUpdateVisitor:

Public Member Functions

 TamlAssetReferencedUpdateVisitor ()
virtual ~TamlAssetReferencedUpdateVisitor ()
void setAssetIdFrom (const char *pAssetIdFrom)
StringTableEntry getAssetIdFrom (void) const
void setAssetIdTo (const char *pAssetIdTo)
const char * getAssetIdTo (void) const
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.
Public Member Functions inherited from TamlVisitor
 TamlVisitor ()
virtual ~TamlVisitor ()

Constructor & Destructor Documentation

◆ TamlAssetReferencedUpdateVisitor()

◆ ~TamlAssetReferencedUpdateVisitor()

virtual ~TamlAssetReferencedUpdateVisitor ( )
inlinevirtual

Member Function Documentation

◆ getAssetIdFrom()

StringTableEntry getAssetIdFrom ( void ) const
inline

◆ getAssetIdTo()

const char * getAssetIdTo ( void ) const
inline

◆ setAssetIdFrom()

void setAssetIdFrom ( const char * pAssetIdFrom)
inline

◆ setAssetIdTo()

void setAssetIdTo ( const char * pAssetIdTo)
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: