comparison view/View.h @ 663:1a0fdad4af4d tonioni

Merge from the default branch
author Chris Cannam
date Fri, 12 Jul 2013 13:25:22 +0100
parents c3593bb2de6b
children 596414d20ef0
comparison
equal deleted inserted replaced
660:8663a831838f 663:1a0fdad4af4d
188 virtual QColor getForeground() const; 188 virtual QColor getForeground() const;
189 virtual QColor getBackground() const; 189 virtual QColor getBackground() const;
190 190
191 enum TextStyle { 191 enum TextStyle {
192 BoxedText, 192 BoxedText,
193 OutlinedText 193 OutlinedText,
194 OutlinedItalicText
194 }; 195 };
195 196
196 virtual void drawVisibleText(QPainter &p, int x, int y, 197 virtual void drawVisibleText(QPainter &p, int x, int y,
197 QString text, TextStyle style) const; 198 QString text, TextStyle style) const;
198 199