comparison main/MainWindow.h @ 121:3fff180a254b

* Add basics of an Export Image File function
author Chris Cannam
date Mon, 12 Mar 2007 15:36:31 +0000
parents b4110b17bca8
children 152619d379e0
comparison
equal deleted inserted replaced
120:863a470df510 121:3fff180a254b
91 void canAddLayer(bool); 91 void canAddLayer(bool);
92 void canImportMoreAudio(bool); 92 void canImportMoreAudio(bool);
93 void canImportLayer(bool); 93 void canImportLayer(bool);
94 void canExportAudio(bool); 94 void canExportAudio(bool);
95 void canExportLayer(bool); 95 void canExportLayer(bool);
96 void canExportImage(bool);
96 void canRenameLayer(bool); 97 void canRenameLayer(bool);
97 void canEditLayer(bool); 98 void canEditLayer(bool);
98 void canSelect(bool); 99 void canSelect(bool);
99 void canClearSelection(bool); 100 void canClearSelection(bool);
100 void canEditSelection(bool); 101 void canEditSelection(bool);
121 void openLocation(); 122 void openLocation();
122 void openRecentFile(); 123 void openRecentFile();
123 void exportAudio(); 124 void exportAudio();
124 void importLayer(); 125 void importLayer();
125 void exportLayer(); 126 void exportLayer();
127 void exportImage();
126 void saveSession(); 128 void saveSession();
127 void saveSessionAs(); 129 void saveSessionAs();
128 void newSession(); 130 void newSession();
129 void closeSession(); 131 void closeSession();
130 void preferences(); 132 void preferences();