comparison base/PropertyContainer.h @ 141:4f26f623a8bc

* Finish preferences dialog (as far as it's going at the moment) and connect it up * Fix Parzen window shape (was triangular!) * Various fixes to spectrogram draw coordinates in smoothing mode etc * Draw C keys in grey on the piano
author Chris Cannam
date Fri, 21 Jul 2006 16:03:42 +0000
parents e4acb520ad2a
children 60ba218a54bb
comparison
equal deleted inserted replaced
140:a35098a9c814 141:4f26f623a8bc
88 virtual QString getPropertyContainerIconName() const = 0; 88 virtual QString getPropertyContainerIconName() const = 0;
89 89
90 virtual PlayParameters *getPlayParameters() { return 0; } 90 virtual PlayParameters *getPlayParameters() { return 0; }
91 91
92 signals: 92 signals:
93 void propertyChanged(PropertyName); 93 void propertyChanged(PropertyContainer::PropertyName);
94 94
95 public slots: 95 public slots:
96 /** 96 /**
97 * Set a property. This is used for all property types. For 97 * Set a property. This is used for all property types. For
98 * boolean properties, zero is false and non-zero true; for 98 * boolean properties, zero is false and non-zero true; for