1SoXtMaterialSliderSet(3IV)() SoXtMaterialSliderSet(3IV)()
2
3
4
6 SoXtMaterialSliderSet — component with Motif sliders for editing SoMa‐
7 terial nodes
8
10 SoXtComponent > SoXtSliderSetBase > SoXtSliderSet > SoXtMaterialSlider‐
11 Set
12
14 #include <Inventor/Xt/SoXtMaterialSliderSet.h>
15
16 Methods from class SoXtMaterialSliderSet:
17
18 SoXtMaterialSliderSet(Widget parent = NULL, const
19 char *name = NULL, SbBool buildInsideParent =
20 TRUE, SoNode *newEditNode = NULL )
21 ~SoXtMaterialSliderSet()
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
52 This class defines an editor that uses Motif Sliders to edit the fields
53 in an SoMaterial node. There are sliders for editing the RGB values of
54 ambientColor, diffuseColor, specularColor and emissiveColor, as well as
55 for editing the transparency and shininess values.
56
58 SoXtMaterialSliderSet(Widget parent = NULL, const
59 char *name = NULL, SbBool buildInsideParent =
60 TRUE, SoNode *newEditNode = NULL )
61 ~SoXtMaterialSliderSet()
62 Constructor and destructor. At construction time the material node
63 to edit can be supplied.
64
65
67 SoXtMaterialEditor, SoXtSliderSet, SoXtSliderSetBase, SoXtComponent,
68 SoMaterial, SoNode
69
70
71
72
73 SoXtMaterialSliderSet(3IV)()