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

SoXtSliderSet — base class for Motif-only slider components

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.

Inherits From

       SoXtComponent > SoXtSliderSetBase > SoXtSliderSet

Name

       SoXtSliderSet — base class for Motif-only slider components

See Also

SoXtSliderSetBase,SoXtComponent,SoNode,SoXtLightSliderSet,SoXtMaterialSliderSet,SoXtTransformSliderSetSoXtSliderSet(3IV)()

Synopsis

#include<Inventor/Xt/SoXtSliderSet.h>

          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