Mercurial > hg > svgui
diff view/View.h @ 339:ac954fc0ec6f
* Fix #1844539 confusing waveform navigator with secondary files
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2007 17:42:23 +0000 |
parents | 4a542ba875c2 |
children | c1e5af9f2c3c |
line wrap: on
line diff
--- a/view/View.h Tue Dec 11 14:58:29 2007 +0000 +++ b/view/View.h Wed Dec 12 17:42:23 2007 +0000 @@ -310,7 +310,8 @@ virtual void drawSelections(QPainter &); virtual bool shouldLabelSelections() const { return true; } virtual bool render(QPainter &paint, int x0, size_t f0, size_t f1); - + virtual void setPaintFont(QPainter &paint); + typedef std::vector<Layer *> LayerList; int getModelsSampleRate() const;