comparison framework/MainWindowBase.h @ 259:7ee215c095dd sv_v2.0

Add canReplaceMainAudio indicator signal
author Chris Cannam
date Mon, 02 Jul 2012 12:45:38 +0100
parents f3f9e3d647c1
children 8a603a0840c8
comparison
equal deleted inserted replaced
258:a7ab511107fa 259:7ee215c095dd
116 // Used to toggle the availability of menu actions 116 // Used to toggle the availability of menu actions
117 void canAddPane(bool); 117 void canAddPane(bool);
118 void canDeleteCurrentPane(bool); 118 void canDeleteCurrentPane(bool);
119 void canAddLayer(bool); 119 void canAddLayer(bool);
120 void canImportMoreAudio(bool); 120 void canImportMoreAudio(bool);
121 void canReplaceMainAudio(bool);
121 void canImportLayer(bool); 122 void canImportLayer(bool);
122 void canExportAudio(bool); 123 void canExportAudio(bool);
123 void canExportLayer(bool); 124 void canExportLayer(bool);
124 void canExportImage(bool); 125 void canExportImage(bool);
125 void canRenameLayer(bool); 126 void canRenameLayer(bool);