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 44 of file qMRMLPlotWidget.h.
◆ Superclass
◆ viewLabel
| QString qMRMLPlotWidget::viewLabel |
|
readwrite |
◆ qMRMLPlotWidget()
| qMRMLPlotWidget::qMRMLPlotWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~qMRMLPlotWidget()
| virtual qMRMLPlotWidget::~qMRMLPlotWidget |
( |
| ) |
|
|
virtual |
◆ colorLogic()
◆ mrmlPlotViewNode()
Get the Plot node observed by view.
◆ plotView()
Get a reference to the underlying Plot View Becareful if you change the PlotView, you might unsynchronize the view from the nodes/logics.
◆ setColorLogic()
Set the color logic that is used by the view.
◆ 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: