1#ifndef COIN_SOMFSTRING_H
2#define COIN_SOMFSTRING_H
36#include <Inventor/fields/SoMField.h>
37#include <Inventor/fields/SoSubField.h>
38#include <Inventor/SbString.h>
48 void setValues(
const int start,
const int num,
const char * strings[]);
49 void setValue(
const char *
string);
50 void deleteText(
const int fromline,
const int fromchar,
51 const int toline,
const int tochar);
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52
The SoMFString class is a container for SbString values.
Definition SoMFString.h:40
The SoMField class is the base class for fields which can contain multiple values.
Definition SoMField.h:41
static void initClass(void)
Definition SoMField.cpp:317