Mercurial > hg > svgui
comparison view/Pane.h @ 765:410816717c2c tony_integration
Merge from tonioni branch
author | Chris Cannam |
---|---|
date | Wed, 07 May 2014 15:12:13 +0100 |
parents | 30bc7b2155dc |
children | 584b11df8e4f 4c8ca536b54f |
comparison
equal
deleted
inserted
replaced
757:2cd6d2d17437 | 765:410816717c2c |
---|---|
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); |