18 #ifndef __qMRMLChartViewControllerWidget_h 19 #define __qMRMLChartViewControllerWidget_h 22 #include <ctkVTKObject.h> 26 class qMRMLChartViewControllerWidgetPrivate;
53 void setViewLabel(
const QString& newViewLabel);
70 void showLines(
bool show);
73 void showMarkers(
bool show);
76 void showGrid(
bool show);
79 void showLegend(
bool show);
83 void showTitle(
bool show);
87 void showXAxisLabel(
bool show);
91 void showYAxisLabel(
bool show);
95 void setTitle(
const QString&);
99 void setXAxisLabel(
const QString&);
103 void setYAxisLabel(
const QString&);
109 void editXAxisLabel();
112 void editYAxisLabel();
115 void updateWidgetFromMRML();
A set of MRML Nodes that supports serialization and undo/redo.
MRML node to represent chart view parameters.
qMRMLChartView is the display canvas for a Chart.
Q_INVOKABLE QLabel * viewLabel()
Label that displays the view's name.