A class that is used for converting to/from scripted task variables and reader/writer variables to be...
Definition: scriptedTaskVariableConverters.h:35
virtual std::string fromRwPtr(const DtReaderWriter *) const
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 DtRwIntegerList.
Definition: integerListConverter.h:17
Definition: readerWriter.h:85
virtual DtString stringRep(const DtReaderWriter *) const
Returns string representation.
Instances of DtRwIntegerList are lists of readable, writeable integers (DtRwInts).
Definition: rwIntegerList.h:19
virtual DtReaderWriter * toRwPtr(const DtScriptedTaskVariable &) const
Converts from the given scripted task variable to a DtReaderWriter variable that represents it...
A class for keeping track of meta data for variables of scripted tasks.
Definition: scriptedTaskVariable.h:31
virtual DtString convertToString(const DtRwIntegerList &) const
Converts from vector to parsable string in toRwPtr.
static const char * DtScriptedTaskIntegerListVariable
Definition: integerListConverter.h:14