man SoXtTransformSliderSet () - component with Motif sliders for editing SoTransform nodes

NAME

SoXtTransformSliderSet - component with Motif sliders for editing SoTransform nodes

INHERITS FROM

SoXtComponent > SoXtSliderSetBase > SoXtSliderSet > SoXtTransformSliderSet

SYNOPSIS

#include <Inventor/Xt/SoXtTransformSliderSet.h> Methods from class SoXtTransformSliderSet: c } c } SoXtTransformSliderSet(Widget parent = NULL, const char *name = NULL, SbBool buildInsideParent = TRUE, SoNode *newEditNode = NULL )

c } c } ~SoXtTransformSliderSet() 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 defines an editor that uses Motif Sliders to edit fields in an SoTransform node. There are sliders for editing the translation, scale, rotation, and transform center.

METHODS

c } c } SoXtTransformSliderSet(Widget parent = NULL, const char *name = NULL, SbBool buildInsideParent = TRUE, SoNode *newEditNode = NULL )

c } c } ~SoXtTransformSliderSet()

Constructor and destructor. At construction time the transform node to edit can be supplied.

SEE ALSO

SoXtSliderSet, SoXtSliderSetBase, SoXtComponent, SoTransform, SoNode