Query: soxtsliderset
OS: debian
Section: 3iv
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SoXtSliderSet(3IV)() SoXtSliderSet(3IV)()NAMESoXtSliderSet -- base class for Motif-only slider componentsINHERITS FROMSoXtComponent > SoXtSliderSetBase > SoXtSliderSetSYNOPSIS#include <Inventor/Xt/SoXtSliderSet.h> Methods from class SoXtSliderSetBase: virtual void setNode(SoNode *newNode) SoNode * getNode() const Methods from class SoXtComponent: virtual void show() virtual void hide() SbBool isVisible() Widget getWidget() const SbBool isTopLevelShell() const Widget getShellWidget() const Widget getParentWidget() const void setSize(const SbVec2s &size) SbVec2s getSize() Display * getDisplay() void setTitle(const char *newTitle) const char * getTitle() const void setIconTitle(const char *newIconTitle) const char * getIconTitle() const void setWindowCloseCallback(SoXtComponentCB *func, void *data = NULL) static SoXtComponent * getComponent(Widget w) const char * getWidgetName() const const char * getClassName() constDESCRIPTIONThis 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 edi- tor 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 pro- grammers 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 ALSOSoXtSliderSetBase, SoXtComponent, SoNode, SoXtLightSliderSet, SoXtMaterialSliderSet, SoXtTransformSliderSet SoXtSliderSet(3IV)()
Related Man Pages |
---|
soxtglwidget(3iv) - debian |
soxtlightsliderset(3iv) - debian |
soxtmaterialeditor(3iv) - debian |
soxtmaterialsliderset(3iv) - debian |
soxtslidersetbase(3iv) - debian |
Similar Topics in the Unix Linux Community |
---|
why to use dynamic cast in c++ |
Size of Derived class, upon virtual base class inheritance |