51# include <Inventor/Win/SoWinSliderSetBase.h>
54#ifndef _SO_XT_SLIDER_SET_BASE_
55#define _SO_XT_SLIDER_SET_BASE_
57#include <Inventor/Xt/SoXtComponent.h>
58#include <Inventor/nodes/SoNode.h>
89class SoXtSliderSetBase :
public SoXtComponent {
111 int _numSubComponents;
112 SoXtSliderSetBase **_subComponentArray;
114 SoWidget parent = NULL,
115 const char *name = NULL,
116 SbBool buildInsideParent = TRUE,
117 SoNode *newEditNode = NULL);
118 ~SoXtSliderSetBase();
Abstract base class for all database nodes.
virtual void show()
This shows the component.
SoNode * getNode() const
Returns a pointer to the node currently being modified by this editor component.
virtual void getLayoutSize(int &w, int &h)
virtual void setNode(SoNode *newNode)
Sets a new node as the node to be modified by this editor component.