|
Slicer
5.2
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=Qt::WindowFlags()) | |
| ~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 = Qt::WindowFlags() |
||
| ) |
|
override |
| vtkSlicerApplicationLogic* qSlicerWidget::appLogic | ( | ) | const |
| vtkMRMLAbstractLogic* qSlicerWidget::moduleLogic | ( | const QString & | moduleName | ) | const |
|
signal |
|
overrideslot |
|
protected |
Definition at line 61 of file qSlicerWidget.h.
1.8.14