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

#include <tamlAssetDeclaredVisitor.h>

Inheritance diagram for TamlAssetDeclaredVisitor:

Public Types

typedef StringTableEntry typeAssetId
typedef Vector< typeAssetIdtypeAssetIdVector
typedef Vector< StringTableEntry > typeLooseFileVector

Public Member Functions

 TamlAssetDeclaredVisitor ()
virtual ~TamlAssetDeclaredVisitor ()
AssetDefinitiongetAssetDefinition (void)
typeAssetIdVectorgetAssetDependencies (void)
typeLooseFileVectorgetAssetLooseFiles (void)
void clear (void)
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 ()

Member Typedef Documentation

◆ typeAssetId

typedef StringTableEntry typeAssetId

◆ typeAssetIdVector

◆ typeLooseFileVector

typedef Vector<StringTableEntry> typeLooseFileVector

Constructor & Destructor Documentation

◆ TamlAssetDeclaredVisitor()

◆ ~TamlAssetDeclaredVisitor()

virtual ~TamlAssetDeclaredVisitor ( )
inlinevirtual

Member Function Documentation

◆ clear()

void clear ( void )
inline

◆ getAssetDefinition()

AssetDefinition & getAssetDefinition ( void )
inline

◆ getAssetDependencies()

typeAssetIdVector & getAssetDependencies ( void )
inline

◆ getAssetLooseFiles()

typeLooseFileVector & getAssetLooseFiles ( void )
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: