man SoXtSliderSet () - base class for Motif-only slider components
NAME
SoXtSliderSet - base class for Motif-only slider components
INHERITS FROM
SoXtComponent > SoXtSliderSetBase > SoXtSliderSet
SYNOPSIS
#include <Inventor/Xt/SoXtSliderSet.h>
Methods from class SoXtSliderSetBase:
c
}
c
}
setNode(SoNode *newNode)
c
}
c
}
getNode() const
Methods from class SoXtComponent:
c
}
c
}
show()
c
}
c
}
hide()
c
}
c
}
isVisible()
c
}
c
}
getWidget() const
c
}
c
}
isTopLevelShell() const
c
}
c
}
getShellWidget() const
c
}
c
}
getParentWidget() const
c
}
c
}
setSize(const SbVec2s &size)
c
}
c
}
getSize()
c
}
c
}
getDisplay()
c
}
c
}
setTitle(const char *newTitle)
c
}
c
}
getTitle() const
c
}
c
}
setIconTitle(const char *newIconTitle)
c
}
c
}
getIconTitle() const
c
}
c
}
setWindowCloseCallback(SoXtComponentCB *func, void *data = NULL)
c
}
c
}
getComponent(Widget w)
c
}
c
}
getWidgetName() const
c
}
c
}
getClassName() const
DESCRIPTION
This class is used as a base class for all editors which use sets of Motif sliders to edit fields in an Inventor scene graph node. The editor consists of a number of sliders each of which may change a different value in a field. This class is not meant to be instanced by programmers who want to use an editor in a program. It should only be used as a base class when designing new editors. This class has no public methods. The internal methods deal with managing the layout of the subcomponents.
SEE ALSO
SoXtSliderSetBase, SoXtComponent, SoNode, SoXtLightSliderSet, SoXtMaterialSliderSet, SoXtTransformSliderSet