Stores detail information about a text node.
More...
#include <Inventor/details/SoTextDetail.h>
|
| SoDetail () |
| Constructor is protected since this is an abstract class.
|
|
This class contains detail information about a point on a text shape (SoText2 or SoText3). It contains the part of the text, string, and character that were hit or generated.
- See Also
- SoText2, SoText3, SoDetail, SoPickedPoint, SoPrimitiveVertex
Definition at line 78 of file SoTextDetail.h.
◆ SoTextDetail()
SoTextDetail::SoTextDetail |
( |
| ) |
|
◆ ~SoTextDetail()
virtual SoTextDetail::~SoTextDetail |
( |
| ) |
|
|
virtual |
◆ copy()
virtual SoDetail * SoTextDetail::copy |
( |
| ) |
const |
|
virtual |
The caller is responsible for deleting the copy when done.
Implements SoDetail.
◆ getCharacterIndex()
int32_t SoTextDetail::getCharacterIndex |
( |
| ) |
const |
|
inline |
For example, if the character of detail was the "u" within "Splurmph", the character index would be 3.
Definition at line 96 of file SoTextDetail.h.
◆ getPart()
◆ getStringIndex()
int32_t SoTextDetail::getStringIndex |
( |
| ) |
const |
|
inline |
◆ initClass()
static void SoTextDetail::initClass |
( |
| ) |
|
|
static |
◆ setCharacterIndex() [1/2]
void SoTextDetail::setCharacterIndex |
( |
int32_t |
i | ) |
|
|
inline |
◆ setCharacterIndex() [2/2]
void SoTextDetail::setCharacterIndex |
( |
long |
i | ) |
|
|
inline |
◆ setPart()
◆ setStringIndex() [1/2]
void SoTextDetail::setStringIndex |
( |
int32_t |
i | ) |
|
|
inline |
◆ setStringIndex() [2/2]
void SoTextDetail::setStringIndex |
( |
long |
i | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- C:/jh/mevislab/4.0.2_1/build/MeVis/ThirdParty/Sources/Inventor/include/Inventor/details/SoTextDetail.h