Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SoMFString Class Reference

The SoMFString class is a container for SbString values. More...

#include <Inventor/fields/SoMFString.h>

Inheritance diagram for SoMFString::

SoMField SoField List of all members.

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)

Detailed Description

The SoMFString class is a container for SbString values.

This field is used where nodes, engines or other field containers needs to store arrays of strings.

See also:
SoSFString


Member Function Documentation

void SoMFString::initClass void [static]
 

Internal method called upon initialization of the library (from SoDB::init()) to set up the type system.

Reimplemented from SoMField.

void SoMFString::setValues const int start,
const int num,
const char * strings[]
 

Set field to contain num strings from index start, replacing any strings already present at the given indices.

void SoMFString::setValue const char * str
 

Set field to contain a single string, from str.

void SoMFString::deleteText const int fromline,
const int fromchar,
const int toline,
const int tochar
 

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.


The documentation for this class was generated from the following files:
Generated at Tue Mar 5 03:31:27 2002 for Coin by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001