Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 211:84422236db20
* Add function to toggle all time ruler display on and off at once
author | Chris Cannam |
---|---|
date | Sun, 24 Oct 2010 17:39:00 +0200 |
parents | 5a40619c72d8 |
children | eed79c69be61 |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Fri Oct 08 13:30:56 2010 +0100 +++ b/framework/MainWindowBase.h Sun Oct 24 17:39:00 2010 +0200 @@ -171,6 +171,7 @@ virtual void showStandardOverlays(); virtual void showAllOverlays(); + virtual void toggleTimeRulers(); virtual void toggleZoomWheels(); virtual void togglePropertyBoxes(); virtual void toggleStatusBar();