Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/QTGUI/qSlicerWidget.h>
Public Slots | |
void | setMRMLScene (vtkMRMLScene *scene) override |
Signals | |
void | mrmlSceneChanged (vtkMRMLScene *) |
Public Member Functions | |
vtkSlicerApplicationLogic * | appLogic () const |
vtkMRMLAbstractLogic * | moduleLogic (const QString &moduleName) const |
qSlicerWidget (QWidget *parent=nullptr, Qt::WindowFlags f=nullptr) | |
~qSlicerWidget () override | |
Public Member Functions inherited from qSlicerObject | |
vtkMRMLScene * | mrmlScene () const |
Return a pointer on the MRML scene. More... | |
qSlicerObject () | |
virtual void | setMRMLScene (vtkMRMLScene *) |
Set the current MRML scene to the widget. More... | |
virtual | ~qSlicerObject () |
Protected Attributes | |
QScopedPointer< qSlicerWidgetPrivate > | d_ptr |
Protected Attributes inherited from qSlicerObject | |
QScopedPointer< qSlicerObjectPrivate > | d_ptr |
Definition at line 40 of file qSlicerWidget.h.
qSlicerWidget::qSlicerWidget | ( | QWidget * | parent = nullptr , |
Qt::WindowFlags | f = nullptr |
||
) |
|
override |
vtkSlicerApplicationLogic* qSlicerWidget::appLogic | ( | ) | const |
vtkMRMLAbstractLogic* qSlicerWidget::moduleLogic | ( | const QString & | moduleName | ) | const |
|
signal |
|
overrideslot |
|
protected |
Definition at line 61 of file qSlicerWidget.h.