20 #ifndef __qMRMLPlotViewControllerWidget_h 21 #define __qMRMLPlotViewControllerWidget_h 24 #include <ctkVTKObject.h> 28 class qMRMLPlotViewControllerWidgetPrivate;
54 void setViewLabel(
const QString& newViewLabel);
57 QString viewLabel()
const;
71 void showGrid(
bool show);
74 void showLegend(
bool show);
78 void showTitle(
bool show);
86 void showXAxisLabel(
bool show);
90 void showYAxisLabel(
bool show);
94 void setTitle(
const QString& str);
98 void setXAxisLabel(
const QString& str);
102 void setYAxisLabel(
const QString& str);
108 void editXAxisLabel();
111 void editYAxisLabel();
114 void updateWidgetFromMRML();
MRML node to represent Plot view parameters.
A set of MRML Nodes that supports serialization and undo/redo.
qMRMLPlotView is the display canvas for a Plot.