qMRMLExpandingWebView is the display canvas for some or all of a MRML scene.
More...
#include <Libs/MRML/Widgets/qMRMLExpandingWebView.h>
|
QScopedPointer< qMRMLExpandingWebViewPrivate > | d_ptr |
|
qMRMLExpandingWebView is the display canvas for some or all of a MRML scene.
qMRMLExpandingWebView is currently implemented as a subclass of QWebView
Definition at line 34 of file qMRMLExpandingWebView.h.
◆ Superclass
◆ qMRMLExpandingWebView()
qMRMLExpandingWebView::qMRMLExpandingWebView |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~qMRMLExpandingWebView()
qMRMLExpandingWebView::~qMRMLExpandingWebView |
( |
| ) |
|
|
override |
◆ mrmlScene()
Return a pointer on the current MRML scene.
◆ mrmlSceneChanged
void qMRMLExpandingWebView::mrmlSceneChanged |
( |
vtkMRMLScene * |
| ) |
|
|
signal |
When designing custom qMRMLWidget in the designer, you can connect the mrmlSceneChanged signal directly to the aggregated MRML widgets that have a setMRMLScene slot.
◆ setMRMLScene
void qMRMLExpandingWebView::setMRMLScene |
( |
vtkMRMLScene * |
newScene | ) |
|
|
slot |
Set the MRML scene that should be listened for events.
◆ sizeHint()
QSize qMRMLExpandingWebView::sizeHint |
( |
| ) |
const |
|
override |
◆ updateWidgetFromMRML
virtual void qMRMLExpandingWebView::updateWidgetFromMRML |
( |
| ) |
|
|
virtualslot |
subclasses reimplement this to handle updates in the mrml scene
◆ d_ptr
QScopedPointer<qMRMLExpandingWebViewPrivate> qMRMLExpandingWebView::d_ptr |
|
protected |
The documentation for this class was generated from the following file: