|
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/MRML/Widgets/qMRMLClipNodeDisplayWidget.h>


Public Slots | |
| void | setMRMLDisplayNode (vtkMRMLDisplayNode *node) |
| Set the clip node to represent. | |
| void | setMRMLDisplayNode (vtkMRMLNode *node) |
| Utility function to be connected to signals/slots. | |
Public Slots inherited from qMRMLWidget | |
| virtual void | setMRMLScene (vtkMRMLScene *newScene) |
| Set the MRML scene associated with the widget. | |
Public Member Functions | |
| vtkMRMLDisplayNode * | mrmlDisplayNode () const |
| qMRMLClipNodeDisplayWidget (QWidget *parent=nullptr) | |
| ~qMRMLClipNodeDisplayWidget () override | |
Public Member Functions inherited from qMRMLWidget | |
| Q_INVOKABLE vtkMRMLScene * | mrmlScene () const |
| Return a pointer on the current MRML scene. | |
| qMRMLWidget (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
| ~qMRMLWidget () override | |
Protected Slots | |
| void | updateMRMLFromWidget () |
| void | updateWidgetFromMRML () |
Protected Attributes | |
| QScopedPointer< qMRMLClipNodeDisplayWidgetPrivate > | d_ptr |
Protected Attributes inherited from qMRMLWidget | |
| QScopedPointer< qMRMLWidgetPrivate > | d_ptr |
Additional Inherited Members | |
Public Types inherited from qMRMLWidget | |
| typedef QWidget | Superclass |
Signals inherited from qMRMLWidget | |
| void | mrmlSceneChanged (vtkMRMLScene *) |
Static Public Member Functions inherited from qMRMLWidget | |
| static Q_INVOKABLE QPixmap | pixmapFromIcon (const QIcon &icon) |
| static Q_INVOKABLE void | postInitializeApplication () |
| Initialization that needs to be performed after application object is created. | |
| static Q_INVOKABLE void | preInitializeApplication () |
Definition at line 37 of file qMRMLClipNodeDisplayWidget.h.
| qMRMLClipNodeDisplayWidget::qMRMLClipNodeDisplayWidget | ( | QWidget * | parent = nullptr | ) |
|
override |
| vtkMRMLDisplayNode * qMRMLClipNodeDisplayWidget::mrmlDisplayNode | ( | ) | const |
|
slot |
Set the clip node to represent.
|
slot |
Utility function to be connected to signals/slots.
|
protectedslot |
|
protectedslot |
|
protected |
Definition at line 58 of file qMRMLClipNodeDisplayWidget.h.