aboutsummaryrefslogtreecommitdiff
path: root/projectionhistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'projectionhistory.h')
-rw-r--r--projectionhistory.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/projectionhistory.h b/projectionhistory.h
index 28a9b4b..9fe9ffc 100644
--- a/projectionhistory.h
+++ b/projectionhistory.h
@@ -20,10 +20,12 @@ public:
bool hasPrev() const { return m_hasPrev; }
void undo();
- void undoAll();
+ void reset();
signals:
- void historyChanged(const arma::mat &currentY) const;
+ void undoPerformed(const arma::mat &prevY) const;
+ void resetPerformed(const arma::mat &firstY) const;
+ void mapAdded(const arma::mat &newY) const;
public slots:
void addMap(const arma::mat &Y);