Mercurial > hg > svgui
comparison widgets/PropertyBox.h @ 769:336ccf8fc3f8 tony_integration
Restore selection of playback sample for note layers. Also default to new elecpiano clip.
author | Chris Cannam |
---|---|
date | Wed, 07 May 2014 16:51:04 +0100 |
parents | 461a600ff26d |
children | ed99d432dc57 |
comparison
equal
deleted
inserted
replaced
766:65eb27ea08fd | 769:336ccf8fc3f8 |
---|---|
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 playClipChanged(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 editPlayParameters(); |
70 | 70 |
71 void mouseEnteredWidget(); | 71 void mouseEnteredWidget(); |
72 void mouseLeftWidget(); | 72 void mouseLeftWidget(); |
73 | 73 |
74 protected: | 74 protected: |