comparison widgets/PropertyBox.h @ 707:461a600ff26d tonioni

Toward using a sample mixer (with arbitrary frequency target) instead of dssi player plugin
author Chris Cannam
date Tue, 07 Jan 2014 10:57:53 +0000
parents 4afdcecbd62e
children 336ccf8fc3f8
comparison
equal deleted inserted replaced
705:52e5f6fe31ad 707:461a600ff26d
45 void contextHelpChanged(const QString &); 45 void contextHelpChanged(const QString &);
46 46
47 public slots: 47 public slots:
48 void propertyContainerPropertyChanged(PropertyContainer *); 48 void propertyContainerPropertyChanged(PropertyContainer *);
49 void propertyContainerPropertyRangeChanged(PropertyContainer *); 49 void propertyContainerPropertyRangeChanged(PropertyContainer *);
50 void pluginConfigurationChanged(QString); 50 //!!! void pluginConfigurationChanged(QString);
51 void layerVisibilityChanged(bool); 51 void layerVisibilityChanged(bool);
52 52
53 protected slots: 53 protected slots:
54 void propertyControllerChanged(int); 54 void propertyControllerChanged(int);
55 void propertyControllerChanged(bool); 55 void propertyControllerChanged(bool);
64 void populateViewPlayFrame(); 64 void populateViewPlayFrame();
65 65
66 void unitDatabaseChanged(); 66 void unitDatabaseChanged();
67 void colourDatabaseChanged(); 67 void colourDatabaseChanged();
68 68
69 void editPlugin(); 69 //!!! void editPlugin();
70 70
71 void mouseEnteredWidget(); 71 void mouseEnteredWidget();
72 void mouseLeftWidget(); 72 void mouseLeftWidget();
73 73
74 protected: 74 protected: