Mercurial > hg > svcore
comparison data/model/AggregateWaveModel.h @ 947:cd42620e3f40
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
author | Chris Cannam |
---|---|
date | Thu, 17 Jul 2014 14:50:31 +0100 |
parents | 59e7fe1b1003 |
children | cc27f35aa75c |
comparison
equal
deleted
inserted
replaced
946:2d34148d5d6e | 947:cd42620e3f40 |
---|---|
83 QString indent = "", | 83 QString indent = "", |
84 QString extraAttributes = "") const; | 84 QString extraAttributes = "") const; |
85 | 85 |
86 signals: | 86 signals: |
87 void modelChanged(); | 87 void modelChanged(); |
88 void modelChanged(int, int); | 88 void modelChangedWithin(int, int); |
89 void completionChanged(); | 89 void completionChanged(); |
90 | 90 |
91 protected slots: | 91 protected slots: |
92 void componentModelChanged(); | 92 void componentModelChanged(); |
93 void componentModelChanged(int, int); | 93 void componentModelChangedWithin(int, int); |
94 void componentModelCompletionChanged(); | 94 void componentModelCompletionChanged(); |
95 | 95 |
96 protected: | 96 protected: |
97 ChannelSpecList m_components; | 97 ChannelSpecList m_components; |
98 static PowerOfSqrtTwoZoomConstraint m_zoomConstraint; | 98 static PowerOfSqrtTwoZoomConstraint m_zoomConstraint; |