QObject that manages a VTK interactive widget to ensure that it behaves as per the QtQuick threaded render loop.
More...
#include <QQuickVTKInteractiveWidget.h>
Inherits QObject.
QObject that manages a VTK interactive widget to ensure that it behaves as per the QtQuick threaded render loop.
QQuickVTKInteractiveWidget holds a weak reference to the vtk widget it manages.
Definition at line 38 of file QQuickVTKInteractiveWidget.h.
◆ QQuickVTKInteractiveWidget()
QQuickVTKInteractiveWidget::QQuickVTKInteractiveWidget |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~QQuickVTKInteractiveWidget()
QQuickVTKInteractiveWidget::~QQuickVTKInteractiveWidget |
( |
| ) |
|
|
default |
◆ setWidget()
Set/Get the widget reference.
◆ widget()
Set/Get the widget reference.
◆ setEnabled()
void QQuickVTKInteractiveWidget::setEnabled |
( |
bool |
e | ) |
|
Set/Get whether the widget is enabled.
◆ enabled()
bool QQuickVTKInteractiveWidget::enabled |
( |
| ) |
const |
Set/Get whether the widget is enabled.
◆ sync
virtual void QQuickVTKInteractiveWidget::sync |
( |
vtkRenderer * |
ren | ) |
|
|
virtualslot |
◆ enabledChanged
void QQuickVTKInteractiveWidget::enabledChanged |
( |
bool |
e | ) |
|
|
signal |
◆ m_widget
◆ m_enabled
bool QQuickVTKInteractiveWidget::m_enabled = false |
|
protected |
◆ enabled
bool QQuickVTKInteractiveWidget::enabled |
|
readwrite |
The documentation for this class was generated from the following file: