diff widgets/AudioDial.h @ 271:1a49bd0d8375

* Change a number of keyboard shortcuts -- get rid of all the Alt+ shortcuts and introduce a few more Ctrl+ ones instead, as well as a number of plain single keypresses * Add Playback menu * Add time-ruler support for snap to feature, use it in ffwd/rewind (rewind still needs fixing) * restore layer hierarchy window prior to making it work correctly
author Chris Cannam
date Thu, 28 Jun 2007 14:50:58 +0000
parents 1fff998ae4a9
children 832d246b327b
line wrap: on
line diff
--- a/widgets/AudioDial.h	Tue Jun 26 14:57:29 2007 +0000
+++ b/widgets/AudioDial.h	Thu Jun 28 14:50:58 2007 +0000
@@ -75,6 +75,8 @@
     const RangeMapper *rangeMapper() const { return m_rangeMapper; }
     float mappedValue() const;
 
+    int defaultValue() const { return m_defaultValue; }
+
     void setShowToolTip(bool show);
 
 signals: