logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoXtTransformSliderSet — component with Motif sliders for editing SoTransform nodes

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.

Inherits From

       SoXtComponent > SoXtSliderSetBase > SoXtSliderSet > SoXtTransformSliderSet

Methods

SoXtTransformSliderSet(Widgetparent=NULL,constchar*name=NULL,SbBoolbuildInsideParent=TRUE,SoNode*newEditNode=NULL)~SoXtTransformSliderSet()
          Constructor and destructor. At construction time the transform node to edit can be supplied.

Name

       SoXtTransformSliderSet — component with Motif sliders for editing SoTransform nodes

See Also

SoXtSliderSet,SoXtSliderSetBase,SoXtComponent,SoTransform,SoNodeSoXtTransformSliderSet(3IV)()

Synopsis

#include<Inventor/Xt/SoXtTransformSliderSet.h>

          Methods from class SoXtTransformSliderSet:

                         SoXtTransformSliderSet(Widgetparent=NULL,constchar*name=NULL,SbBoolbuildInsideParent=TRUE,SoNode*newEditNode=NULL)~SoXtTransformSliderSet()

          Methods from class SoXtSliderSetBase:

     virtualvoidsetNode(SoNode*newNode)SoNode*getNode()const

          Methods from class SoXtComponent:

     virtualvoidshow()virtualvoidhide()SbBoolisVisible()WidgetgetWidget()constSbBoolisTopLevelShell()constWidgetgetShellWidget()constWidgetgetParentWidget()constvoidsetSize(constSbVec2s&size)SbVec2sgetSize()Display*getDisplay()voidsetTitle(constchar*newTitle)constchar*getTitle()constvoidsetIconTitle(constchar*newIconTitle)constchar*getIconTitle()constvoidsetWindowCloseCallback(SoXtComponentCB*func,void*data=NULL)staticSoXtComponent*getComponent(Widgetw)constchar*getWidgetName()constconstchar*getClassName()const

See Also