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


Public Types | |
| typedef qMRMLWidget | Superclass |
| Superclass typedef. More... | |
Public Types inherited from qMRMLWidget | |
| typedef QWidget | Superclass |
Public Slots | |
| void | setMRMLPlotViewNode (vtkMRMLNode *newNode) |
| Set a new PlotViewNode. More... | |
| void | setMRMLPlotViewNode (vtkMRMLPlotViewNode *newPlotViewNode) |
| Set a new PlotViewNode. More... | |
| void | setViewGroup (int viewGroup) |
| Set view group. More... | |
Public Slots inherited from qMRMLWidget | |
| virtual void | setMRMLScene (vtkMRMLScene *newScene) |
| Set the MRML scene associated with the widget. More... | |
Public Member Functions | |
| vtkMRMLPlotViewNode * | mrmlPlotViewNode () const |
| Get PlotViewNode. More... | |
| qMRMLPlotViewInformationWidget (QWidget *parent=0) | |
| Constructors. More... | |
| virtual | ~qMRMLPlotViewInformationWidget () |
Public Member Functions inherited from qMRMLWidget | |
| Q_INVOKABLE vtkMRMLScene * | mrmlScene () const |
| Return a pointer on the current MRML scene. More... | |
| qMRMLWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~qMRMLWidget () |
Protected Attributes | |
| QScopedPointer< qMRMLPlotViewInformationWidgetPrivate > | d_ptr |
Protected Attributes inherited from qMRMLWidget | |
| QScopedPointer< qMRMLWidgetPrivate > | d_ptr |
Additional Inherited Members | |
Signals inherited from qMRMLWidget | |
| void | mrmlSceneChanged (vtkMRMLScene *) |
Definition at line 40 of file qMRMLPlotViewInformationWidget.h.
Superclass typedef.
Definition at line 45 of file qMRMLPlotViewInformationWidget.h.
|
explicit |
Constructors.
|
virtual |
| vtkMRMLPlotViewNode* qMRMLPlotViewInformationWidget::mrmlPlotViewNode | ( | ) | const |
Get PlotViewNode.
|
slot |
Set a new PlotViewNode.
|
slot |
Set a new PlotViewNode.
|
slot |
Set view group.
|
protected |
Definition at line 66 of file qMRMLPlotViewInformationWidget.h.
1.8.13