1SoXtLightSliderSet(3IV)()                            SoXtLightSliderSet(3IV)()
2
3
4

NAME

6       SoXtLightSliderSet  —  component with Motif sliders for editing SoLight
7       nodes
8

INHERITS FROM

10       SoXtComponent > SoXtSliderSetBase > SoXtSliderSet > SoXtLightSliderSet
11

SYNOPSIS

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

DESCRIPTION

51       This  class is used to manipulate the intensity and color of an SoLight
52       node using an arrangement of Motif sliders and buttons.
53

METHODS

55                         SoXtLightSliderSet(Widget parent = NULL,  const  char
56                              *name  =  NULL, SbBool buildInsideParent = TRUE,
57                              SoNode *newEditNode = NULL )
58                         ~SoXtLightSliderSet()
59          Constructor and destructor. At construction time the light  node  to
60          edit can be supplied.
61
62

SEE ALSO

64       SoXtSliderSet, SoXtSliderSetBase, SoXtComponent, SoLight, SoNode
65
66
67
68
69                                                     SoXtLightSliderSet(3IV)()
Impressum