Mercurial > hg > svcore
diff data/model/AlignmentModel.h @ 323:a71dec01c4d3
* Some tidying up to handling of alignment; add alignment status label to
pane; ensure alignment when dragging with mouse as well as when playing
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2007 14:32:23 +0000 |
parents | c022976d18e8 |
children | f14e2f7b24f7 6f6ab834449d |
line wrap: on
line diff
--- a/data/model/AlignmentModel.h Thu Oct 25 14:30:32 2007 +0000 +++ b/data/model/AlignmentModel.h Thu Oct 25 14:32:23 2007 +0000 @@ -62,6 +62,7 @@ Model *m_inputModel; // I own this SparseTimeValueModel *m_path; // I own this mutable SparseTimeValueModel *m_reversePath; // I own this + bool m_pathBegun; bool m_pathComplete; void constructReversePath() const;