Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
TamlAssetDeclaredUpdateVisitor Class Reference

#include <tamlAssetDeclaredUpdateVisitor.h>

+ Inheritance diagram for TamlAssetDeclaredUpdateVisitor:

Public Member Functions

 TamlAssetDeclaredUpdateVisitor ()
 
virtual ~TamlAssetDeclaredUpdateVisitor ()
 
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. 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 ()
 

Constructor & Destructor Documentation

virtual ~TamlAssetDeclaredUpdateVisitor ( )
inlinevirtual

Member Function Documentation

StringTableEntry getAssetIdFrom ( void  ) const
inline
const char* getAssetIdTo ( void  ) const
inline
void setAssetIdFrom ( const char *  pAssetIdFrom)
inline
void setAssetIdTo ( const char *  pAssetIdTo)
inline
virtual bool visit ( const TamlParser parser,
TamlVisitor::PropertyState propertyState 
)
inlinevirtual

The state of the visited property.

Implements TamlVisitor.

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.

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: