comparison framework/MainWindowBase.h @ 146:f90dcec6dd9a

* Permit viewing (though not editing) colour 3d plot layer data in the spreadsheet data viewer dialog * Add somewhat simplistic RDF export for layers * Fix display of peak frequencies in spectrum layer * Fix (I hope) sizing of plugin parameter dialog
author Chris Cannam
date Tue, 02 Dec 2008 17:17:25 +0000
parents 937456ffe33e
children c02706551309
comparison
equal deleted inserted replaced
145:937456ffe33e 146:f90dcec6dd9a
113 void canExportAudio(bool); 113 void canExportAudio(bool);
114 void canExportLayer(bool); 114 void canExportLayer(bool);
115 void canExportImage(bool); 115 void canExportImage(bool);
116 void canRenameLayer(bool); 116 void canRenameLayer(bool);
117 void canEditLayer(bool); 117 void canEditLayer(bool);
118 void canEditLayerTabular(bool);
118 void canMeasureLayer(bool); 119 void canMeasureLayer(bool);
119 void canSelect(bool); 120 void canSelect(bool);
120 void canClearSelection(bool); 121 void canClearSelection(bool);
121 void canEditSelection(bool); 122 void canEditSelection(bool);
122 void canDeleteSelection(bool); 123 void canDeleteSelection(bool);