#include <Inventor/fields/SoMFString.h>
Inheritance diagram for SoMFString::
Public Methods | |
void | setValues (const int start, const int num, const char *strings[]) |
void | setValue (const char *string) |
void | deleteText (const int fromline, const int fromchar, const int toline, const int tochar) |
Static Public Methods | |
void | initClass (void) |
This field is used where nodes, engines or other field containers needs to store arrays of strings.
|
Internal method called upon initialization of the library (from SoDB::init()) to set up the type system. Reimplemented from SoMField. |
|
Set field to contain num strings from index start, replacing any strings already present at the given indices. |
|
Set field to contain a single string, from str. |
|
Remove all text from fromchar on fromline and to tochar on toline, including all lines between fromline and toline. Merge fromline and toline after deletion. |