Mercurial > hg > svgui
diff view/Pane.h @ 1475:84c4ddb38415 by-id
Further layer updates
author | Chris Cannam |
---|---|
date | Tue, 02 Jul 2019 15:29:17 +0100 |
parents | 40b9a495a0e0 |
children | e540aa5d89cd |
line wrap: on
line diff
--- a/view/Pane.h Tue Jul 02 14:08:44 2019 +0100 +++ b/view/Pane.h Tue Jul 02 15:29:17 2019 +0100 @@ -129,12 +129,12 @@ void drawVerticalScale(QRect r, Layer *, QPainter &); void drawFeatureDescription(Layer *, QPainter &); void drawCentreLine(sv_samplerate_t, QPainter &, bool omitLine); - void drawModelTimeExtents(QRect, QPainter &, const Model *); - void drawDurationAndRate(QRect, const Model *, sv_samplerate_t, QPainter &); - void drawWorkTitle(QRect, QPainter &, const Model *); + void drawModelTimeExtents(QRect, QPainter &, const Model &); + void drawDurationAndRate(QRect, const Model &, sv_samplerate_t, QPainter &); + void drawWorkTitle(QRect, QPainter &, const Model &); void drawLayerNames(QRect, QPainter &); void drawEditingSelection(QPainter &); - void drawAlignmentStatus(QRect, QPainter &, const Model *, bool down); + void drawAlignmentStatus(QRect, QPainter &, const Model &, bool down); virtual bool render(QPainter &paint, int x0, sv_frame_t f0, sv_frame_t f1) override;