VTK  9.2.6
vtkRectilinearWipeWidget.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkRectilinearWipeWidget.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
79
80#ifndef vtkRectilinearWipeWidget_h
81#define vtkRectilinearWipeWidget_h
82
83#include "vtkAbstractWidget.h"
84#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_2_0
85#include "vtkInteractionWidgetsModule.h" // For export macro
86
88
89class VTKINTERACTIONWIDGETS_EXPORT vtkRectilinearWipeWidget : public vtkAbstractWidget
90{
91public:
96
98
102 void PrintSelf(ostream& os, vtkIndent indent) override;
104
114
122
127
128protected:
131
132 // These methods handle events
136
137 // helper methods for cursor management
138 void SetCursor(int state) override;
139
140 // Manage the state of the widget
143 {
144 Start = 0,
146 };
147#if !defined(VTK_LEGACY_REMOVE)
148 VTK_DEPRECATED_IN_9_2_0("because leading underscore is reserved")
150#endif
151
152private:
154 void operator=(const vtkRectilinearWipeWidget&) = delete;
155};
156
157#endif
void SetWidgetRepresentation(vtkWidgetRepresentation *r)
vtkWidgetRepresentation * WidgetRep
a simple class to control print indentation
Definition vtkIndent.h:34
represent a vtkRectilinearWipeWidget
static vtkRectilinearWipeWidget * New()
Instantiate the class.
void SetRepresentation(vtkRectilinearWipeRepresentation *r)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
vtkRectilinearWipeRepresentation * GetRectilinearWipeRepresentation()
Return the representation as a vtkRectilinearWipeRepresentation.
static void SelectAction(vtkAbstractWidget *)
static void EndSelectAction(vtkAbstractWidget *)
void PrintSelf(ostream &os, vtkIndent indent) override
Standard macros.
void SetCursor(int state) override
~vtkRectilinearWipeWidget() override
static void MoveAction(vtkAbstractWidget *)
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.
abstract class defines interface between the widget and widget representation classes
#define VTK_DEPRECATED_IN_9_2_0(reason)