From 0ff5553653bbfd0e773970b78bee356543c2bf74 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 24 Sep 2015 14:47:51 -0300 Subject: Updated selection handling code; implemented option to save subsample plot. --- selectionhandler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'selectionhandler.h') diff --git a/selectionhandler.h b/selectionhandler.h index 4c4a2ca..e5b9686 100644 --- a/selectionhandler.h +++ b/selectionhandler.h @@ -2,6 +2,7 @@ #define SELECTIONHANDLER_H #include +#include #include class SelectionHandler : public QObject @@ -11,10 +12,10 @@ public: SelectionHandler(const arma::uvec &sampleIndices); signals: - void selectionChanged(const arma::uvec &selection); + void selectionChanged(const QSet &selection); public slots: - void setSelection(const arma::uvec &selection); + void setSelection(const QSet &selection); private: arma::uvec m_sampleIndices; -- cgit v1.2.3