Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/MRML/Widgets/qMRMLPlotViewControllerWidget.h>
Public Types | |
typedef qMRMLViewControllerBar | Superclass |
Superclass typedef. More... | |
Public Types inherited from qMRMLViewControllerBar | |
enum | LayoutBehavior { Popup =0, Panel } |
typedef qMRMLWidget | Superclass |
Superclass typedef. More... | |
Public Types inherited from qMRMLWidget | |
typedef QWidget | Superclass |
Public Slots | |
void | fitPlotToAxes () |
void | setMRMLPlotViewNode (vtkMRMLPlotViewNode *PlotViewNode) |
virtual void | setMRMLScene (vtkMRMLScene *newScene) |
Set the scene. More... | |
void | setPlotView (qMRMLPlotView *PlotView) |
Set the PlotView with which this controller interacts. More... | |
Public Slots inherited from qMRMLWidget | |
virtual void | setMRMLScene (vtkMRMLScene *newScene) |
Set the MRML scene associated with the widget. More... | |
Public Member Functions | |
qMRMLPlotViewControllerWidget (QWidget *parent=0) | |
Constructors. More... | |
void | setViewLabel (const QString &newViewLabel) |
Set the label for the Plot view (abbreviation for the view name). More... | |
QString | viewLabel () const |
Get the label for the view (abbreviation for the view name). More... | |
virtual | ~qMRMLPlotViewControllerWidget () |
Public Member Functions inherited from qMRMLViewControllerBar | |
Q_INVOKABLE QLayout * | barLayout () |
Q_INVOKABLE QWidget * | barWidget () |
Q_INVOKABLE QToolButton * | pinButton () |
Push-pin icon that shows additional options when clicked. More... | |
qMRMLViewControllerBar (QWidget *parent=0) | |
Constructors. More... | |
Q_INVOKABLE void | setLayoutBehavior (LayoutBehavior behavior) |
Q_INVOKABLE QLabel * | viewLabel () |
Label that displays the view's name. More... | |
virtual | ~qMRMLViewControllerBar () |
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 Slots | |
void | updateWidgetFromMRML () |
Additional Inherited Members | |
Signals inherited from qMRMLWidget | |
void | mrmlSceneChanged (vtkMRMLScene *) |
Protected Member Functions inherited from qMRMLViewControllerBar | |
qMRMLViewControllerBar (qMRMLViewControllerBarPrivate *pimpl, QWidget *parent=0) | |
Protected Attributes inherited from qMRMLViewControllerBar | |
QScopedPointer< qMRMLViewControllerBarPrivate > | d_ptr |
Protected Attributes inherited from qMRMLWidget | |
QScopedPointer< qMRMLWidgetPrivate > | d_ptr |
qMRMLPlotViewControllerWidget offers controls to a Plot view (vtkMRMLPlotChartNode and vtkMRMLPlotSeriesNode). This controller allows for the content (data) and style (properties) of a plot to be defined.
Definition at line 39 of file qMRMLPlotViewControllerWidget.h.
Superclass typedef.
Definition at line 47 of file qMRMLPlotViewControllerWidget.h.
|
explicit |
Constructors.
|
virtual |
|
slot |
Adjust the chart viewer's field of view to match the extent of the chart axes.
|
slot |
Set the PlotViewNode associated with this PlotViewController. PlotViewNodes are 1-to-1 with PlotViews
|
virtualslot |
Set the scene.
|
slot |
Set the PlotView with which this controller interacts.
void qMRMLPlotViewControllerWidget::setViewLabel | ( | const QString & | newViewLabel | ) |
Set the label for the Plot view (abbreviation for the view name).
|
protectedslot |
QString qMRMLPlotViewControllerWidget::viewLabel | ( | ) | const |
Get the label for the view (abbreviation for the view name).