diff view/View.h @ 287:cd2492c5fe45

* Add SingleColourLayer to manage colours for layers that have a single predominant colour (i.e. most of them).
author Chris Cannam
date Thu, 12 Jul 2007 16:14:59 +0000
parents 9dd432665059
children 226cb289bdf4
line wrap: on
line diff
--- a/view/View.h	Wed Jul 11 20:46:37 2007 +0000
+++ b/view/View.h	Thu Jul 12 16:14:59 2007 +0000
@@ -183,6 +183,8 @@
     virtual bool getFollowGlobalZoom() const { return m_followZoom; }
 
     virtual bool hasLightBackground() const;
+    virtual QColor getForeground() const;
+    virtual QColor getBackground() const;
 
     enum TextStyle {
 	BoxedText,