|
Torque2D Reference
|
#include <tamlAssetDeclaredVisitor.h>
Inheritance diagram for TamlAssetDeclaredVisitor:Public Types | |
| typedef StringTableEntry | typeAssetId |
| typedef Vector< typeAssetId > | typeAssetIdVector |
| typedef Vector< StringTableEntry > | typeLooseFileVector |
Public Member Functions | |
| TamlAssetDeclaredVisitor () | |
| virtual | ~TamlAssetDeclaredVisitor () |
| AssetDefinition & | getAssetDefinition (void) |
| typeAssetIdVector & | getAssetDependencies (void) |
| typeLooseFileVector & | getAssetLooseFiles (void) |
| 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... | |
Public Member Functions inherited from TamlVisitor | |
| TamlVisitor () | |
| virtual | ~TamlVisitor () |
| typedef StringTableEntry typeAssetId |
| typedef Vector<typeAssetId> typeAssetIdVector |
| typedef Vector<StringTableEntry> typeLooseFileVector |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
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.
1.8.3.1