VTK  9.2.6
vtkVRPanelWidget.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4Module: vtkVRPanelWidget.h
5
6Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7All rights reserved.
8See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10This software is distributed WITHOUT ANY WARRANTY; without even
11the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
27
28#ifndef vtkVRPanelWidget_h
29#define vtkVRPanelWidget_h
30
31#include "vtkAbstractWidget.h"
32#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_2_0
33#include "vtkRenderingVRModule.h" // For export macro
34
36
37class VTKRENDERINGVR_EXPORT vtkVRPanelWidget : public vtkAbstractWidget
38{
39public:
44
46
50 void PrintSelf(ostream& os, vtkIndent indent) override;
52
59
64
65protected:
67 ~vtkVRPanelWidget() override = default;
68
69 // Manage the state of the widget
72 {
73 Start = 0,
75 };
76#if !defined(VTK_LEGACY_REMOVE)
77 VTK_DEPRECATED_IN_9_2_0("because leading underscore is reserved")
79#endif
80
87
88private:
89 vtkVRPanelWidget(const vtkVRPanelWidget&) = delete;
90 void operator=(const vtkVRPanelWidget&) = delete;
91};
92#endif
a simple class to control print indentation
Definition vtkIndent.h:40
Widget representation for vtkVRPanelWidget Implementation of the popup panel representation for the v...
static void MoveAction3D(vtkAbstractWidget *)
void CreateDefaultRepresentation() override
Create the default widget representation if one is not set.
static void SelectAction3D(vtkAbstractWidget *)
callback
static void EndSelectAction3D(vtkAbstractWidget *)
void PrintSelf(ostream &os, vtkIndent indent) override
Standard macros implementing standard VTK methods.
void SetRepresentation(vtkVRPanelRepresentation *rep)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
~vtkVRPanelWidget() override=default
WidgetStateType _WidgetState
static vtkVRPanelWidget * New()
Instantiate the object.
#define VTK_DEPRECATED_IN_9_2_0(reason)