Mercurial > hg > sonic-visualiser
diff main/MainWindow.h @ 90:51ea003f8f99
* Add large chunks of context help in the optional status bar
* Add an extra overlay mode in which even the centre frame is disabled
* Fixes to FTP retrieval
author | Chris Cannam |
---|---|
date | Fri, 19 Jan 2007 13:13:14 +0000 |
parents | 51be0daa1386 |
children | 2678a1f132d2 |
line wrap: on
line diff
--- a/main/MainWindow.h Fri Jan 12 14:49:18 2007 +0000 +++ b/main/MainWindow.h Fri Jan 19 13:13:14 2007 +0000 @@ -136,11 +136,13 @@ void jumpRight(); void showNoOverlays(); - void showBasicOverlays(); - void showAllTextOverlays(); + void showMinimalOverlays(); + void showStandardOverlays(); + void showAllOverlays(); void toggleZoomWheels(); void togglePropertyBoxes(); + void toggleStatusBar(); void play(); void ffwd(); @@ -218,6 +220,9 @@ void pollOSC(); void handleOSCMessage(const OSCMessage &); + void mouseEnteredWidget(); + void mouseLeftWidget(); + void website(); void help(); void about();