![]() |
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/Loadable/Plots/Widgets/qMRMLPlotSeriesPropertiesWidget.h>
Public Types | |
typedef qMRMLWidget | Superclass |
Superclass typedef. | |
![]() | |
typedef QWidget | Superclass |
Public Slots | |
void | setMRMLPlotSeriesNode (vtkMRMLNode *node) |
Select plot series node to edit. | |
void | setMRMLPlotSeriesNode (vtkMRMLPlotSeriesNode *plotSeriesNode) |
Select plot series node to edit. | |
![]() | |
virtual void | setMRMLScene (vtkMRMLScene *newScene) |
Set the MRML scene associated with the widget. | |
Public Member Functions | |
vtkMRMLPlotSeriesNode * | mrmlPlotSeriesNode () const |
Get PlotViewNode. | |
qMRMLPlotSeriesPropertiesWidget (QWidget *parent=nullptr) | |
Constructors. | |
~qMRMLPlotSeriesPropertiesWidget () override | |
![]() | |
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 Attributes | |
QScopedPointer< qMRMLPlotSeriesPropertiesWidgetPrivate > | d_ptr |
![]() | |
QScopedPointer< qMRMLWidgetPrivate > | d_ptr |
Additional Inherited Members | |
![]() | |
void | mrmlSceneChanged (vtkMRMLScene *) |
![]() | |
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 41 of file qMRMLPlotSeriesPropertiesWidget.h.
Superclass typedef.
Definition at line 46 of file qMRMLPlotSeriesPropertiesWidget.h.
|
explicit |
Constructors.
|
override |
vtkMRMLPlotSeriesNode * qMRMLPlotSeriesPropertiesWidget::mrmlPlotSeriesNode | ( | ) | const |
Get PlotViewNode.
|
slot |
Select plot series node to edit.
|
slot |
Select plot series node to edit.
|
protected |
Definition at line 64 of file qMRMLPlotSeriesPropertiesWidget.h.