|
AnimatLab
2
Test
|
Class that stores information about types for QueryProperty information. More...
#include <TypeProperty.h>
Collaboration diagram for AnimatSim::TypeProperty:Public Member Functions | |
| TypeProperty (std::string strName, AnimatPropertyType eType, AnimatPropertyDirection eDirection) | |
| Default constructor. More... | |
| virtual | ~TypeProperty () |
| Destructor. More... | |
| virtual std::string | DirectionName () |
| virtual std::string | TypeName () |
Public Attributes | |
| AnimatPropertyDirection | m_eDirection |
| AnimatPropertyType | m_eType |
| std::string | m_strName |
Class that stores information about types for QueryProperty information.
Definition at line 35 of file TypeProperty.h.
| AnimatSim::TypeProperty::TypeProperty | ( | std::string | strName, |
| AnimatPropertyType | eType, | ||
| AnimatPropertyDirection | eDirection | ||
| ) |
|
virtual |