27#ifndef _SO_WIN_SLIDER_SET_BASE_
28#define _SO_WIN_SLIDER_SET_BASE_
30#include <Inventor/Win/SoWinBeginStrict.h>
32#include <Inventor/Win/SoWinComponent.h>
33#include <Inventor/nodes/SoNode.h>
43 virtual void setNode(
SoNode *newNode );
45 SoNode * getNode()
const {
return _editNode; }
47 virtual void getLayoutSize(
int &w,
int &h );
57 int _numSubComponents;
58 SoWinSliderSetBase **_subComponentArray;
60 SoWidget parent = NULL,
61 const char *name = NULL,
62 SbBool buildInsideParent = TRUE,
63 SoNode *newEditNode = NULL);
64 ~SoWinSliderSetBase();
67#include <Inventor/Win/SoWinEndStrict.h>
Abstract base class for all database nodes.