diff options
Diffstat (limited to 'scatterplot.h')
-rw-r--r-- | scatterplot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scatterplot.h b/scatterplot.h index 63a7e6e..e909b6a 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -4,6 +4,8 @@ #include <memory> #include <armadillo> #include <QtQuick> +#include <QSet> +#include <QEasingCurve> #include "colorscale.h" #include "scale.h" @@ -67,6 +69,8 @@ private: arma::vec m_colorData; ColorScale *m_colorScale; + + QEasingCurve m_animationEasing; float m_t; }; |