Mercurial > hg > svgui
comparison widgets/PluginParameterDialog.h @ 456:035d62c4cddf
* 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 | f7de84fd10ec |
children | e4773943c9c1 |
comparison
equal
deleted
inserted
replaced
455:747a58d45d56 | 456:035d62c4cddf |
---|---|
72 | 72 |
73 void getProcessingParameters(size_t &blockSize) const; | 73 void getProcessingParameters(size_t &blockSize) const; |
74 void getProcessingParameters(size_t &stepSize, size_t &blockSize, | 74 void getProcessingParameters(size_t &stepSize, size_t &blockSize, |
75 WindowType &windowType) const; | 75 WindowType &windowType) const; |
76 | 76 |
77 int exec(); | |
78 | |
77 signals: | 79 signals: |
78 void pluginConfigurationChanged(QString); | 80 void pluginConfigurationChanged(QString); |
79 void inputModelChanged(QString); | 81 void inputModelChanged(QString); |
80 | 82 |
81 protected slots: | 83 protected slots: |