Mercurial > hg > svgui
diff view/Pane.h @ 759:30bc7b2155dc tonioni
Grey out the areas outside the main work model. This may not be appropriate as-is for SV, but it might be nice in Tony
author | Chris Cannam |
---|---|
date | Wed, 02 Apr 2014 10:26:27 +0100 |
parents | 09e2677e34e7 |
children | 584b11df8e4f 4c8ca536b54f |
line wrap: on
line diff
--- a/view/Pane.h Wed Apr 02 09:01:56 2014 +0100 +++ b/view/Pane.h Wed Apr 02 10:26:27 2014 +0100 @@ -107,6 +107,7 @@ void drawVerticalScale(QRect r, Layer *, QPainter &); void drawFeatureDescription(Layer *, QPainter &); void drawCentreLine(int, QPainter &, bool omitLine); + void drawModelTimeExtents(QRect, QPainter &, const Model *); void drawDurationAndRate(QRect, const Model *, int, QPainter &); void drawWorkTitle(QRect, QPainter &, const Model *); void drawLayerNames(QRect, QPainter &);