90 void setValues(
int start,
int num,
const char *strings[]);
100 void deleteText(
int fromLine,
int fromChar,
int toLine,
int toChar);
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_MFIELD_HEADER(className, valueType, valueRef)
This macro is all that is needed for most multiple-value field classes.
Class for smart character strings.
Multiple-value field containing any number of strings.
void deleteText(int fromLine, int fromChar, int toLine, int toChar)
Convenience function to delete text from consecutive strings.
void setValues(int start, int num, const char *strings[])
Some additional convenience functions:
void setValue(const char *string)
Set one value from character string.
Base class for all multiple-valued fields.