aboutsummaryrefslogtreecommitdiff
path: root/manipulationhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'manipulationhandler.h')
-rw-r--r--manipulationhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/manipulationhandler.h b/manipulationhandler.h
index 1e17446..e099da8 100644
--- a/manipulationhandler.h
+++ b/manipulationhandler.h
@@ -24,6 +24,9 @@ signals:
void cpChanged(const arma::mat &cpY) const;
void rpChanged(const arma::mat &rpY) const;
void mapChanged(const arma::mat &Y) const;
+ void cpRewound(const arma::mat &cpY) const;
+ void rpRewound(const arma::mat &rpY) const;
+ void mapRewound(const arma::mat &Y) const;
public slots:
void setCP(const arma::mat &Ys);