NAME
tlp::AxisSlider -
SYNOPSIS
Public Member Functions
AxisSlider (const sliderType type, const Coord &sliderCoord, const
float halfWidth, const float halfHeight, const Color &sliderColor,
const Color &labelColor)
~AxisSlider ()
void setSliderFillColor (const Color &color)
void setSliderOutlineColor (const Color &color)
void setSliderLabel (const string &label)
void draw (float lod, Camera *camera)
void computeBoundingBox ()
Coord getSliderCoord () const
void translate (const Coord &move)
void moveToCoord (const Coord &coord)
sliderType getSliderType () const
Color getColor ()
Constructor & Destructor Documentation
tlp::AxisSlider::AxisSlider (const sliderType type, const Coord &
sliderCoord, const float halfWidth, const float halfHeight, const Color
& sliderColor, const Color & labelColor) [inline]
tlp::AxisSlider::~AxisSlider () [inline]
Member Function Documentation
void tlp::AxisSlider::computeBoundingBox () [inline]
void tlp::AxisSlider::draw (float lod, Camera * camera) [inline]
Color tlp::AxisSlider::getColor () [inline]
Coord tlp::AxisSlider::getSliderCoord () const [inline]
sliderType tlp::AxisSlider::getSliderType () const [inline]
void tlp::AxisSlider::moveToCoord (const Coord & coord) [inline]
void tlp::AxisSlider::setSliderFillColor (const Color & color) [inline]
void tlp::AxisSlider::setSliderLabel (const string & label) [inline]
void tlp::AxisSlider::setSliderOutlineColor (const Color & color) [inline]
void tlp::AxisSlider::translate (const Coord & move) [inline]
Author
Generated automatically by Doxygen for Tulip Plugins Library from the
source code.