summaryrefslogtreecommitdiff
path: root/dgedit/samplesorter.h
diff options
context:
space:
mode:
author- <nemo@alice.(none)>2013-05-09 17:54:53 +0200
committer- <nemo@alice.(none)>2013-05-09 17:54:53 +0200
commit0c9cfbada411dcc1fcc90306408fadfcf7e49988 (patch)
treef28ea5850f30c8a65df7405cefec54fa1e372164 /dgedit/samplesorter.h
parent774815a97901fe9d5ce2767a8c479c52a5ad0ce8 (diff)
parent14041f774fc25ea1372587c344c42cdc57172155 (diff)
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to 'dgedit/samplesorter.h')
-rw-r--r--dgedit/samplesorter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dgedit/samplesorter.h b/dgedit/samplesorter.h
index f277ff1..7b214e7 100644
--- a/dgedit/samplesorter.h
+++ b/dgedit/samplesorter.h
@@ -61,7 +61,12 @@ protected:
void mousePressEvent(QMouseEvent *event);
void mouseReleaseEvent(QMouseEvent *event);
+signals:
+ void activeSelectionChanged(Selection selection);
+
private:
+ Selection *getSelectionByCoordinate(int x, int y);
+
Selections _selections;
QMap<float, Selection> sorted;
float min;