20 #ifndef __qMRMLPlotView_h 21 #define __qMRMLPlotView_h 25 #include <ctkVTKChartView.h> 27 #include "qMRMLWidgetsExport.h" 29 class qMRMLPlotViewPrivate;
63 virtual QSize sizeHint()
const;
77 void RemovePlotSelections();
89 void dataSelected(vtkStringArray* mrmlPlotSeriesIDs, vtkCollection* selectionCol);
93 void updateMRMLChartAxisRangeFromWidget();
96 QScopedPointer<qMRMLPlotViewPrivate>
d_ptr;
99 virtual void keyPressEvent(QKeyEvent* event);
101 virtual void keyReleaseEvent(QKeyEvent* event);
MRML node to represent Plot view parameters.
ctkVTKChartView Superclass
Superclass typedef.
A set of MRML Nodes that supports serialization and undo/redo.
QScopedPointer< qMRMLPlotViewPrivate > d_ptr
qMRMLPlotView is the display canvas for a Plot.