1SoLabel(3IV)()                                                  SoLabel(3IV)()
2
3
4

NAME

6       SoLabel — node containing label text string
7

INHERITS FROM

9       SoBase > SoFieldContainer > SoNode > SoLabel
10

SYNOPSIS

12       #include <Inventor/nodes/SoLabel.h>
13
14          Fields from class SoLabel:
15
16     SoSFName            label
17
18          Methods from class SoLabel:
19
20                         SoLabel()
21     static SoType       getClassTypeId()
22
23          Methods from class SoNode:
24
25     void                setOverride(SbBool state)
26     SbBool              isOverride() const
27     SoNode *            copy(SbBool copyConnections = FALSE) const
28     virtual SbBool      affectsState() const
29     static SoNode *     getByName(const SbName &name)
30     static int          getByName(const SbName &name, SoNodeList &list)
31
32          Methods from class SoFieldContainer:
33
34     void                setToDefaults()
35     SbBool              hasDefaultValues() const
36     SbBool              fieldsAreEqual(const SoFieldContainer *fc) const
37     void                copyFieldValues(const  SoFieldContainer  *fc,  SbBool
38                              copyConnections = FALSE)
39     SbBool              set(const char *fieldDataString)
40     void                get(SbString &fieldDataString)
41     virtual int         getFields(SoFieldList &resultList) const
42     virtual SoField *   getField(const SbName &fieldName) const
43     SbBool              getFieldName(const SoField *field, SbName &fieldName)
44                              const
45     SbBool              isNotifyEnabled() const
46     SbBool              enableNotify(SbBool flag)
47
48          Methods from class SoBase:
49
50     void                ref()
51     void                unref() const
52     void                unrefNoDelete() const
53     void                touch()
54     virtual SoType      getTypeId() const
55     SbBool              isOfType(SoType type) const
56     virtual void        setName(const SbName &name)
57     virtual SbName      getName() const
58
59

DESCRIPTION

61       This  class  defines  a label node in the scene graph. This node has no
62       effect during traversal. It is used to store text labels in  the  scene
63       graph,  typically  for application-specific identification of subgraphs
64       when node naming is not appropriate.
65

FIELDS

67     SoSFName            label
68          Defines the label string value as an SbName.
69
70

METHODS

72                         SoLabel()
73          Creates a label node with default settings.
74
75     static SoType       getClassTypeId()
76          Returns type identifier for this class.
77
78

FILE FORMAT/DEFAULTS

80       Label {
81          label  "<Undefined label>"
82     }
83

SEE ALSO

85       SbName, SoInfo
86
87
88
89
90                                                                SoLabel(3IV)()
Impressum