VTK  9.5.2
vtkVRPanelWidget.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
12
13#ifndef vtkVRPanelWidget_h
14#define vtkVRPanelWidget_h
15
16#include "vtkAbstractWidget.h"
17#include "vtkRenderingVRModule.h" // For export macro
18
19VTK_ABI_NAMESPACE_BEGIN
21
22class VTKRENDERINGVR_EXPORT vtkVRPanelWidget : public vtkAbstractWidget
23{
24public:
29
31
35 void PrintSelf(ostream& os, vtkIndent indent) override;
37
44
49
50protected:
52 ~vtkVRPanelWidget() override = default;
53
54 // Manage the state of the widget
57 {
58 Start = 0,
60 };
61
68
69private:
70 vtkVRPanelWidget(const vtkVRPanelWidget&) = delete;
71 void operator=(const vtkVRPanelWidget&) = delete;
72};
73VTK_ABI_NAMESPACE_END
74#endif
a simple class to control print indentation
Definition vtkIndent.h:29
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 vtkObject methods.
void SetRepresentation(vtkVRPanelRepresentation *rep)
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene.
~vtkVRPanelWidget() override=default
static vtkVRPanelWidget * New()
Instantiate the object.