16 #ifndef vtkProgressBarRepresentation_h
17 #define vtkProgressBarRepresentation_h
20 #include "vtkInteractionWidgetsModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
58 vtkSetClampMacro(ProgressRate,
double, 0, 1);
59 vtkGetMacro(ProgressRate,
double);
68 vtkSetVector2Macro(Padding,
double);
69 vtkGetVector2Macro(Padding,
double);
77 vtkSetMacro(DrawFrame,
bool);
78 vtkGetMacro(DrawFrame,
bool);
79 vtkBooleanMacro(DrawFrame,
bool);
87 vtkSetVector3Macro(ProgressBarColor,
double);
88 vtkGetVector3Macro(ProgressBarColor,
double);
96 vtkSetVector3Macro(BackgroundColor,
double);
97 vtkGetVector3Macro(BackgroundColor,
double);
105 vtkSetMacro(DrawBackground,
bool);
106 vtkGetMacro(DrawBackground,
bool);
107 vtkBooleanMacro(DrawBackground,
bool);
135 double ProgressBarColor[3];
136 double BackgroundColor[3];
153 VTK_ABI_NAMESPACE_END
int RenderOverlay(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkProgressBarWidget
vtkTypeBool HasTranslucentPolygonalGeometry() override
These methods are necessary to make this representation behave as a vtkProp.
vtkActor2D * BackgroundActor
abstract specification for Viewports
a actor that draws 2D data
int RenderOpaqueGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkBorderRepresentation * New()
Instantiate this class.
void PrintSelf(ostream &os, vtkIndent indent) override
Define standard methods.
window superclass for vtkRenderWindow
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
These methods are necessary to make this representation behave as a vtkProp.
vtkUnsignedCharArray * ProgressBarData
void BuildRepresentation() override
Subclasses should implement these methods.
a simple class to control print indentation
void ReleaseGraphicsResources(vtkWindow *) override
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkBorderWidget
dynamic, self-adjusting array of unsigned char
represent surface properties of a 2D image
represent and manipulate 3D points