18 #ifndef __qMRMLChartView_h 19 #define __qMRMLChartView_h 22 #include <QWebEngineView> 24 #include "qMRMLWidgetsExport.h" 26 class qMRMLChartViewPrivate;
66 QSize sizeHint()
const override;
80 void dataMouseOver(
const char *mrmlArrayID,
int pointidx,
double x,
double y);
84 void dataPointClicked(
const char *mrmlArrayID,
int pointidx,
double x,
double y);
92 QScopedPointer<qMRMLChartViewPrivate>
d_ptr;
MRML logic class for color manipulation.
A set of MRML Nodes that supports serialization and undo/redo.
QWebEngineView Superclass
Superclass typedef.
MRML node to represent chart view parameters.
qMRMLChartView is the display canvas for a Chart.
QScopedPointer< qMRMLChartViewPrivate > d_ptr