A class that is used for converting to/from scripted task variables and reader/writer variables to be...
Definition: scriptedTaskVariableConverters.h:38
virtual DtString stringRep(const DtReaderWriter *) const override
Returns string representation.
virtual DtReaderWriter * toRwPtr(const DtScriptedTaskVariable &) const override
Converts from the given scripted task variable to a DtReaderWriter variable that represents it...
Definition: rwBooleanList.h:24
Definition: readerWriter.h:85
virtual DtString convertToString(const DtRwBooleanList &) const
Converts from vector to parsable string in toRwPtr.
A class for keeping track of meta data for variables of scripted tasks. The information is currently ...
Definition: scriptedTaskVariable.h:34
virtual std::string fromRwPtr(const DtReaderWriter *) const override
Converts from the reader/writer variable to a std::string that will be used as the default value for ...
Converter that will convert to/from DtRwBooleanList.
Definition: booleanListConverter.h:17
static const char * MyScriptedTaskBooleanListVariable
Definition: booleanListConverter.h:14