Mercurial > hg > svgui
comparison view/Pane.h @ 437:755243c67f59
* Add vertical zoom and pan to time-value layer.
Still some defects, particularly in logarithmic mode.
Now need to get this in note layer as well!
* Some fixes to log colouring in segmentation mode of time-value layer.
author | Chris Cannam |
---|---|
date | Fri, 24 Oct 2008 14:52:40 +0000 |
parents | 1b6879d03cb6 |
children | 683c46d7500b |
comparison
equal
deleted
inserted
replaced
436:1e0744b2cebe | 437:755243c67f59 |
---|---|
1 | |
2 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ | 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ |
3 | 2 |
4 /* | 3 /* |
5 Sonic Visualiser | 4 Sonic Visualiser |
6 An audio file viewer and annotation editor. | 5 An audio file viewer and annotation editor. |
78 virtual void horizontalThumbwheelMoved(int value); | 77 virtual void horizontalThumbwheelMoved(int value); |
79 virtual void verticalThumbwheelMoved(int value); | 78 virtual void verticalThumbwheelMoved(int value); |
80 virtual void verticalZoomChanged(); | 79 virtual void verticalZoomChanged(); |
81 virtual void verticalPannerMoved(float x, float y, float w, float h); | 80 virtual void verticalPannerMoved(float x, float y, float w, float h); |
82 virtual void editVerticalPannerExtents(); | 81 virtual void editVerticalPannerExtents(); |
82 | |
83 virtual void layerParametersChanged(); | |
83 | 84 |
84 virtual void propertyContainerSelected(View *, PropertyContainer *pc); | 85 virtual void propertyContainerSelected(View *, PropertyContainer *pc); |
85 | 86 |
86 void mouseEnteredWidget(); | 87 void mouseEnteredWidget(); |
87 void mouseLeftWidget(); | 88 void mouseLeftWidget(); |