Mercurial > hg > sonic-visualiser
comparison 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 |
comparison
equal
deleted
inserted
replaced
89:a4e79db79282 | 90:51ea003f8f99 |
---|---|
134 void scrollRight(); | 134 void scrollRight(); |
135 void jumpLeft(); | 135 void jumpLeft(); |
136 void jumpRight(); | 136 void jumpRight(); |
137 | 137 |
138 void showNoOverlays(); | 138 void showNoOverlays(); |
139 void showBasicOverlays(); | 139 void showMinimalOverlays(); |
140 void showAllTextOverlays(); | 140 void showStandardOverlays(); |
141 void showAllOverlays(); | |
141 | 142 |
142 void toggleZoomWheels(); | 143 void toggleZoomWheels(); |
143 void togglePropertyBoxes(); | 144 void togglePropertyBoxes(); |
145 void toggleStatusBar(); | |
144 | 146 |
145 void play(); | 147 void play(); |
146 void ffwd(); | 148 void ffwd(); |
147 void ffwdEnd(); | 149 void ffwdEnd(); |
148 void rewind(); | 150 void rewind(); |
215 | 217 |
216 void showLayerTree(); | 218 void showLayerTree(); |
217 | 219 |
218 void pollOSC(); | 220 void pollOSC(); |
219 void handleOSCMessage(const OSCMessage &); | 221 void handleOSCMessage(const OSCMessage &); |
222 | |
223 void mouseEnteredWidget(); | |
224 void mouseLeftWidget(); | |
220 | 225 |
221 void website(); | 226 void website(); |
222 void help(); | 227 void help(); |
223 void about(); | 228 void about(); |
224 | 229 |