qMRMLPlotWidget is the toplevel Plotting widget that can be packed in a layout.
More...
#include <Libs/MRML/Widgets/qMRMLPlotWidget.h>
|
QScopedPointer< qMRMLPlotWidgetPrivate > | d_ptr |
|
QScopedPointer< qMRMLWidgetPrivate > | d_ptr |
|
qMRMLPlotWidget is the toplevel Plotting widget that can be packed in a layout.
qMRMLPlotWidget provides plotting capabilities with a display canvas for the plot and a controller widget to control the content and properties of the plot.
Definition at line 43 of file qMRMLPlotWidget.h.
◆ Superclass
◆ viewLabel
QString qMRMLPlotWidget::viewLabel |
|
readwrite |
◆ qMRMLPlotWidget()
qMRMLPlotWidget::qMRMLPlotWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~qMRMLPlotWidget()
virtual qMRMLPlotWidget::~qMRMLPlotWidget |
( |
| ) |
|
|
virtual |
◆ mrmlPlotViewNode()
Get the Plot node observed by view.
◆ plotController()
Get plot view controller widget.
◆ plotView()
Get a reference to the underlying Plot View Becareful if you change the PlotView, you might unsynchronize the view from the nodes/logics.
◆ setMRMLPlotViewNode
Set the current viewNode to observe.
◆ setViewLabel()
void qMRMLPlotWidget::setViewLabel |
( |
const QString & |
newPlotViewLabel | ) |
|
Set the view label for the Plot.
- See also
- qMRMLPlotControllerWidget::PlotViewLabel()
-
PlotViewLabel()
◆ viewLabel()
QString qMRMLPlotWidget::viewLabel |
( |
| ) |
const |
Get the view label for the Plot.
- See also
- qMRMLPlotControllerWidget::PlotViewLabel()
-
setPlotViewLabel()
◆ d_ptr
QScopedPointer<qMRMLPlotWidgetPrivate> qMRMLPlotWidget::d_ptr |
|
protected |
The documentation for this class was generated from the following file: