man SoXtMaterialSliderSet () - component with Motif sliders for editing SoMaterial nodes
NAME
SoXtMaterialSliderSet - component with Motif sliders for editing SoMaterial nodes
INHERITS FROM
SoXtComponent > SoXtSliderSetBase > SoXtSliderSet > SoXtMaterialSliderSet
SYNOPSIS
#include <Inventor/Xt/SoXtMaterialSliderSet.h>
Methods from class SoXtMaterialSliderSet:
c
}
c
}
SoXtMaterialSliderSet(Widget parent = NULL, const char *name = NULL, SbBool buildInsideParent = TRUE, SoNode *newEditNode = NULL )
c
}
c
}
~SoXtMaterialSliderSet()
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 the fields in an SoMaterial node. There are sliders for editing the RGB values of ambientColor, diffuseColor, specularColor and emissiveColor, as well as for editing the transparency and shininess values.
METHODS
c
}
c
}
SoXtMaterialSliderSet(Widget parent = NULL, const char *name = NULL, SbBool buildInsideParent = TRUE, SoNode *newEditNode = NULL )
c
}
c
}
~SoXtMaterialSliderSet()
Constructor and destructor. At construction time the material node to edit can be supplied.
SEE ALSO
SoXtMaterialEditor, SoXtSliderSet, SoXtSliderSetBase, SoXtComponent, SoMaterial, SoNode