Torque2D Reference
|
#include <tamlAssetReferencedVisitor.h>
Public Types | |
typedef StringTableEntry | typeAssetId |
typedef HashMap< typeAssetId, StringTableEntry > | typeAssetReferencedHash |
Public Member Functions | |
TamlAssetReferencedVisitor () | |
virtual | ~TamlAssetReferencedVisitor () |
const typeAssetReferencedHash & | getAssetReferencedMap (void) const |
void | clear (void) |
virtual bool | wantsPropertyChanges (void) |
virtual bool | wantsRootOnly (void) |
Whether the visitor wants to visit the root node only. More... | |
virtual bool | visit (const TamlParser &parser, TamlVisitor::PropertyState &propertyState) |
The state of the visited property. More... | |
![]() | |
TamlVisitor () | |
virtual | ~TamlVisitor () |
typedef StringTableEntry typeAssetId |
typedef HashMap<typeAssetId, StringTableEntry> typeAssetReferencedHash |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inlinevirtual |
The state of the visited property.
Implements TamlVisitor.
|
inlinevirtual |
Whether the visitor wants to perform property changes. This allows a check against the parser which may not allow changes.
Implements TamlVisitor.
|
inlinevirtual |
Whether the visitor wants to visit the root node only.
Implements TamlVisitor.