comparison 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
comparison
equal deleted inserted replaced
286:7554ae119882 287:cd2492c5fe45
181 181
182 virtual void setFollowGlobalZoom(bool f); 182 virtual void setFollowGlobalZoom(bool f);
183 virtual bool getFollowGlobalZoom() const { return m_followZoom; } 183 virtual bool getFollowGlobalZoom() const { return m_followZoom; }
184 184
185 virtual bool hasLightBackground() const; 185 virtual bool hasLightBackground() const;
186 virtual QColor getForeground() const;
187 virtual QColor getBackground() const;
186 188
187 enum TextStyle { 189 enum TextStyle {
188 BoxedText, 190 BoxedText,
189 OutlinedText 191 OutlinedText
190 }; 192 };