Mercurial > hg > svgui
comparison view/ViewManager.h @ 731:f831ca41d4a5 tonioni
Add selectionChangedByUser for selection changes prompted by interactivity rather than by undo/redo
author | Chris Cannam |
---|---|
date | Wed, 05 Mar 2014 09:35:32 +0000 |
parents | 084fd76deb89 |
children | 56ba2b03508e |
comparison
equal
deleted
inserted
replaced
730:711ae36a53a2 | 731:f831ca41d4a5 |
---|---|
212 void playbackFrameChanged(unsigned long frame); | 212 void playbackFrameChanged(unsigned long frame); |
213 | 213 |
214 /** Emitted when the output levels change. Values in range 0.0 -> 1.0. */ | 214 /** Emitted when the output levels change. Values in range 0.0 -> 1.0. */ |
215 void outputLevelsChanged(float left, float right); | 215 void outputLevelsChanged(float left, float right); |
216 | 216 |
217 /** Emitted when the selection has changed. */ | 217 /** Emitted whenever the selection has changed. */ |
218 void selectionChanged(); | 218 void selectionChanged(); |
219 | |
220 /** Emitted when the selection has been changed through an | |
221 * explicit selection-editing action. *Not* emitted when the | |
222 * selection has been changed through undo or redo. */ | |
223 void selectionChangedByUser(); | |
219 | 224 |
220 /** Emitted when the in-progress (rubberbanding) selection has changed. */ | 225 /** Emitted when the in-progress (rubberbanding) selection has changed. */ |
221 void inProgressSelectionChanged(); | 226 void inProgressSelectionChanged(); |
222 | 227 |
223 /** Emitted when the tool mode has been changed. */ | 228 /** Emitted when the tool mode has been changed. */ |