VTK  9.3.20240419
vtkProgressBarWidget.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
21 #ifndef vtkProgressBarWidget_h
22 #define vtkProgressBarWidget_h
23 
24 #include "vtkBorderWidget.h"
25 #include "vtkInteractionWidgetsModule.h" // For export macro
26 #include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
27 
28 VTK_ABI_NAMESPACE_BEGIN
30 
31 class VTKINTERACTIONWIDGETS_EXPORT VTK_MARSHALAUTO vtkProgressBarWidget : public vtkBorderWidget
32 {
33 public:
38 
40 
44  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
53  {
55  }
56 
60  void CreateDefaultRepresentation() override;
61 
62 protected:
65 
66 private:
68  void operator=(const vtkProgressBarWidget&) = delete;
69 };
70 
71 VTK_ABI_NAMESPACE_END
72 #endif
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
place a border around a 2D rectangular region
a simple class to control print indentation
Definition: vtkIndent.h:108
represent a vtkProgressBarWidget
2D widget for placing and manipulating a progress bar
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK class methods.
static vtkProgressBarWidget * New()
Instantiate this class.
void SetRepresentation(vtkProgressBarRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
~vtkProgressBarWidget() override
abstract class defines interface between the widget and widget representation classes
#define VTK_MARSHALAUTO