![]() |
http://www.sim.no/ http://www.coin3d.org/ |
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. More...
#include <Inventor/fields/SoMFString.h>
Public Member Functions | |
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 Member Functions | |
static void | initClass (void) |
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.
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 | numarg, | |||
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.
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on 19 Dec 2016 for Coin by Doxygen 1.6.1.