Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
TamlVisitor::PropertyState Struct Reference

Visitor property state. More...

#include <tamlVisitor.h>

Public Member Functions

 PropertyState ()
 
void setObjectName (const char *pObjectName, const bool rootObject)
 
StringTableEntry getObjectName (void) const
 
bool isRootObject (void) const
 
void setProperty (const char *pPropertyName, const char *pPropertyValue)
 
void updatePropertyValue (const char *pPropertyValue)
 
StringTableEntry getPropertyName (void) const
 
const char * getPropertyValue (void) const
 
void resetPropertyValueDirty (void)
 
bool getPropertyValueDirty (void) const
 

Detailed Description

Visitor property state.

Constructor & Destructor Documentation

PropertyState ( )
inline

Member Function Documentation

StringTableEntry getObjectName ( void  ) const
inline
StringTableEntry getPropertyName ( void  ) const
inline
const char* getPropertyValue ( void  ) const
inline
bool getPropertyValueDirty ( void  ) const
inline
bool isRootObject ( void  ) const
inline
void resetPropertyValueDirty ( void  )
inline
void setObjectName ( const char *  pObjectName,
const bool  rootObject 
)
inline
void setProperty ( const char *  pPropertyName,
const char *  pPropertyValue 
)
inline
void updatePropertyValue ( const char *  pPropertyValue)
inline

The documentation for this struct was generated from the following file: