summaryrefslogtreecommitdiff
path: root/dgedit/canvastoolselections.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-04-23 20:43:59 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-04-23 20:43:59 +0200
commiteafdef4a5e7bb6cbed75b17a38a9b0e30c6e51a6 (patch)
tree61e74113c3b38df8aff60a764d36a884da1a597a /dgedit/canvastoolselections.h
parent75ca97372cdcf9b42ada94bfdd13589d677cba91 (diff)
Add some sliders to control internal parameters of the editor.
Diffstat (limited to 'dgedit/canvastoolselections.h')
-rw-r--r--dgedit/canvastoolselections.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/dgedit/canvastoolselections.h b/dgedit/canvastoolselections.h
index a9e4d56..99114de 100644
--- a/dgedit/canvastoolselections.h
+++ b/dgedit/canvastoolselections.h
@@ -57,6 +57,8 @@ public slots:
void autoCreateSelections();
void clearSelections();
void thresholdChanged(double threshold);
+ void noiseFloorChanged(int t);
+ void fadeoutChanged(int t);
private:
bool selection_is_moving_left;
@@ -67,7 +69,9 @@ private:
Canvas *canvas;
double threshold;
-
+ double noise_floor;
+ double fadeout;
+
QColor colSelBg;
QColor colSel;
QColor colActiveSelBg;