122#ifndef vtkSliderRepresentation_h
123#define vtkSliderRepresentation_h
125#include "vtkInteractionWidgetsModule.h"
129VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
virtual void SetTitleText(const char *)
Specify the label text for this widget.
vtkSliderRepresentation()
vtkTypeBool ShowSliderLabel
void SetValue(double value)
Specify the current value for the widget.
virtual double GetCurrentT()
Methods to interface with the vtkSliderWidget.
virtual double GetPickedT()
virtual const char * GetTitleText()
void SetMinimumValue(double value)
Set the current minimum value that the slider can take.
~vtkSliderRepresentation() override
void SetLabelFormat(const char *format)
Set/Get the std::format style format with which to print the slider value.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for the class.
void SetMaximumValue(double value)
Set the current maximum value that the slider can take.