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

#include <tamlModuleIdUpdateVisitor.h>

+ Inheritance diagram for TamlModuleIdUpdateVisitor:

Public Member Functions

 TamlModuleIdUpdateVisitor ()
 
virtual ~TamlModuleIdUpdateVisitor ()
 
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...
 
void setModuleIdFrom (const char *pModuleIdFrom)
 
StringTableEntry getModuleIdFrom (void) const
 
void setModuleIdTo (const char *pModuleIdTo)
 
const char * getModuleIdTo (void) const
 
- Public Member Functions inherited from TamlVisitor
 TamlVisitor ()
 
virtual ~TamlVisitor ()
 

Constructor & Destructor Documentation

virtual ~TamlModuleIdUpdateVisitor ( )
inlinevirtual

Member Function Documentation

StringTableEntry getModuleIdFrom ( void  ) const
inline
const char* getModuleIdTo ( void  ) const
inline
void setModuleIdFrom ( const char *  pModuleIdFrom)
inline
void setModuleIdTo ( const char *  pModuleIdTo)
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: