11 #ifndef QQuickVTKInteractiveWidget_h
12 #define QQuickVTKInteractiveWidget_h
19 #include "vtkGUISupportQtQuickModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
32 typedef QObject Superclass;
34 Q_PROPERTY(
bool enabled READ
enabled WRITE setEnabled NOTIFY enabledChanged);
52 void setEnabled(
bool e);
60 void enabledChanged(
bool e);
67 bool m_enabled =
false;
75 #endif // QQuickVTKInteractiveWidget_h
abstract specification for renderers
#define VTK_DEPRECATED_IN_9_3_0(reason)
QQuickItem that manages a VTK rendering in the QML scenegraph.