diff view/Pane.h @ 326:4f4f38a11cd2

* Factor out uses of "Sonic Visualiser" in "common" code to applicationName() * Add ability to show work title + artist in top-left of pane (thinking of Vect but may be useful in SV in future) * A few other generalisations useful for Vect
author Chris Cannam
date Fri, 09 Nov 2007 17:46:58 +0000
parents 984c1975f1ff
children 1b6879d03cb6
line wrap: on
line diff
--- a/view/Pane.h	Wed Nov 07 16:52:52 2007 +0000
+++ b/view/Pane.h	Fri Nov 09 17:46:58 2007 +0000
@@ -103,9 +103,10 @@
     void drawFeatureDescription(Layer *, QPainter &);
     void drawCentreLine(int, QPainter &, bool omitLine);
     void drawDurationAndRate(QRect, const Model *, int, QPainter &);
+    void drawWorkTitle(QRect, QPainter &, const Model *);
     void drawLayerNames(QRect, QPainter &);
     void drawEditingSelection(QPainter &);
-    void drawAlignmentStatus(QRect, QPainter &, const Model *);
+    void drawAlignmentStatus(QRect, QPainter &, const Model *, bool down);
 
     virtual bool render(QPainter &paint, int x0, size_t f0, size_t f1);