1SoXtTransformSliderSet(3IV)()                    SoXtTransformSliderSet(3IV)()
2
3
4

NAME

6       SoXtTransformSliderSet  —  component  with  Motif  sliders  for editing
7       SoTransform nodes
8

INHERITS FROM

10       SoXtComponent > SoXtSliderSetBase > SoXtSliderSet >  SoXtTransformSlid‐
11       erSet
12

SYNOPSIS

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

DESCRIPTION

52       This class defines an editor that uses Motif Sliders to edit fields  in
53       an  SoTransform  node.  There  are sliders for editing the translation,
54       scale, rotation, and transform center.
55

METHODS

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

SEE ALSO

66       SoXtSliderSet, SoXtSliderSetBase, SoXtComponent, SoTransform, SoNode
67
68
69
70
71                                                 SoXtTransformSliderSet(3IV)()
Impressum