Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
758:785c6f175ccc | 759:30bc7b2155dc |
---|---|
105 virtual void dropEvent(QDropEvent *e); | 105 virtual void dropEvent(QDropEvent *e); |
106 | 106 |
107 void drawVerticalScale(QRect r, Layer *, QPainter &); | 107 void drawVerticalScale(QRect r, Layer *, QPainter &); |
108 void drawFeatureDescription(Layer *, QPainter &); | 108 void drawFeatureDescription(Layer *, QPainter &); |
109 void drawCentreLine(int, QPainter &, bool omitLine); | 109 void drawCentreLine(int, QPainter &, bool omitLine); |
110 void drawModelTimeExtents(QRect, QPainter &, const Model *); | |
110 void drawDurationAndRate(QRect, const Model *, int, QPainter &); | 111 void drawDurationAndRate(QRect, const Model *, int, QPainter &); |
111 void drawWorkTitle(QRect, QPainter &, const Model *); | 112 void drawWorkTitle(QRect, QPainter &, const Model *); |
112 void drawLayerNames(QRect, QPainter &); | 113 void drawLayerNames(QRect, QPainter &); |
113 void drawEditingSelection(QPainter &); | 114 void drawEditingSelection(QPainter &); |
114 void drawAlignmentStatus(QRect, QPainter &, const Model *, bool down); | 115 void drawAlignmentStatus(QRect, QPainter &, const Model *, bool down); |