1SoXtSliderSet(3IV)()                                      SoXtSliderSet(3IV)()
2
3
4

NAME

6       SoXtSliderSet — base class for Motif-only slider components
7

INHERITS FROM

9       SoXtComponent > SoXtSliderSetBase > SoXtSliderSet
10

SYNOPSIS

12       #include <Inventor/Xt/SoXtSliderSet.h>
13
14          Methods from class SoXtSliderSetBase:
15
16     virtual void        setNode(SoNode *newNode)
17     SoNode *            getNode() const
18
19          Methods from class SoXtComponent:
20
21     virtual void            show()
22     virtual void            hide()
23     SbBool                  isVisible()
24     Widget                  getWidget() const
25     SbBool                  isTopLevelShell() const
26     Widget                  getShellWidget() const
27     Widget                  getParentWidget() const
28     void                    setSize(const SbVec2s &size)
29     SbVec2s                 getSize()
30     Display *               getDisplay()
31     void                    setTitle(const char *newTitle)
32     const char *            getTitle() const
33     void                    setIconTitle(const char *newIconTitle)
34     const char *            getIconTitle() const
35     void                    setWindowCloseCallback(SoXtComponentCB     *func,
36                                  void *data = NULL)
37     static SoXtComponent *  getComponent(Widget w)
38     const char *            getWidgetName() const
39     const char *            getClassName() const
40
41

DESCRIPTION

43       This class is used as a base class for all editors which  use  sets  of
44       Motif  sliders to edit fields in an Inventor scene graph node. The edi‐
45       tor consists of a number of sliders each of which may change a  differ‐
46       ent  value  in a field. This class is not meant to be instanced by pro‐
47       grammers who want to use an editor in a program. It should only be used
48       as a base class when designing new editors.
49
50       This class has no public methods. The internal methods deal with manag‐
51       ing the layout of the subcomponents.
52

SEE ALSO

54       SoXtSliderSetBase, SoXtComponent, SoNode, SoXtLightSliderSet, SoXtMate‐
55       rialSliderSet, SoXtTransformSliderSet
56
57
58
59
60                                                          SoXtSliderSet(3IV)()
Impressum