comparison data/model/WaveFileModel.h @ 288:7b96b3bd4bae

* Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align only auto-align if there is a unit involved * Fix #1755366 text layer bug in retrieved session * Fix input model selection in plugin parameter dialog (was being ignored) * Use lighter background than the standard widget one for panes (assuming the widget background is light but not white) -- similarly darker if dark * Fix colour reference counting in loaded session in SingleColourLayer * Reset overview pane colour when switching dark background on or off
author Chris Cannam
date Tue, 14 Aug 2007 13:58:53 +0000
parents 96a6dd889c68
children c022976d18e8
comparison
equal deleted inserted replaced
287:557e00480279 288:7b96b3bd4bae
68 68
69 virtual void toXml(QTextStream &out, 69 virtual void toXml(QTextStream &out,
70 QString indent = "", 70 QString indent = "",
71 QString extraAttributes = "") const; 71 QString extraAttributes = "") const;
72 72
73 virtual QString toXmlString(QString indent = "",
74 QString extraAttributes = "") const;
75
76 signals: 73 signals:
77 void modelChanged(); 74 void modelChanged();
78 void modelChanged(size_t, size_t); 75 void modelChanged(size_t, size_t);
79 void completionChanged(); 76 void completionChanged();
80 77