Go to the source code of this file.
|
| class | DtAssistantConfig |
| | Stores the Assistant configuration information and handles saving and loading this information from an XML file. More...
|
| |
| #define DtDECLARE_BOOL_PARAMETER |
( |
|
accessor, |
|
|
|
mutator |
|
) |
| |
Value:public: \
virtual bool accessor(); \
virtual void mutator( bool val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;
| #define DtDECLARE_FLOAT_PARAMETER |
( |
|
accessor, |
|
|
|
mutator |
|
) |
| |
Value:public: \
virtual float accessor(); \
virtual void mutator( float val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;
| #define DtDECLARE_UINT_PARAMETER |
( |
|
accessor, |
|
|
|
mutator |
|
) |
| |
Value:public: \
virtual unsigned int accessor(); \
virtual void mutator( unsigned int val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;