qMRMLChartWidget is the toplevel charting widget that can be packed in a layout.
More...
#include <Libs/MRML/Widgets/qMRMLChartWidget.h>
|
QScopedPointer< qMRMLChartWidgetPrivate > | d_ptr |
|
QScopedPointer< qMRMLWidgetPrivate > | d_ptr |
|
qMRMLChartWidget is the toplevel charting widget that can be packed in a layout.
qMRMLChartWidget provides charting capabilities with a display canvas for the chart and a controller widget to control the content and properties of the chart.
Definition at line 42 of file qMRMLChartWidget.h.
◆ Superclass
◆ qMRMLChartWidget()
qMRMLChartWidget::qMRMLChartWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~qMRMLChartWidget()
qMRMLChartWidget::~qMRMLChartWidget |
( |
| ) |
|
|
override |
◆ chartView()
Get a reference to the underlying Chart View Becareful if you change the ChartView, you might unsynchronize the view from the nodes/logics.
◆ colorLogic()
◆ mrmlChartViewNode()
Get the chart node observed by view.
◆ onAppAboutToQuit
void qMRMLChartWidget::onAppAboutToQuit |
( |
| ) |
|
|
protectedslot |
◆ setColorLogic()
Set the color logic that is used by the view.
◆ setMRMLChartViewNode
Set the current viewNode to observe.
◆ setViewLabel()
void qMRMLChartWidget::setViewLabel |
( |
const QString & |
newChartViewLabel | ) |
|
Set the view label for the chart.
- See also
- qMRMLChartControllerWidget::chartViewLabel()
-
chartViewLabel()
◆ viewLabel()
QString qMRMLChartWidget::viewLabel |
( |
| ) |
const |
Get the view label for the chart.
- See also
- qMRMLChartControllerWidget::chartViewLabel()
-
setChartViewLabel()
◆ d_ptr
QScopedPointer<qMRMLChartWidgetPrivate> qMRMLChartWidget::d_ptr |
|
protected |
The documentation for this class was generated from the following file: