Mercurial > hg > svgui
comparison layer/PaintAssistant.h @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | dc6457ac4d07 |
children | cca66ce390e0 |
comparison
equal
deleted
inserted
replaced
1265:6e724c81f18f | 1266:a34a2a25907c |
---|---|
37 static int getYForValue(Scale scale, double value, | 37 static int getYForValue(Scale scale, double value, |
38 double minVal, double maxVal, | 38 double minVal, double maxVal, |
39 int minY, int height); | 39 int minY, int height); |
40 | 40 |
41 enum TextStyle { | 41 enum TextStyle { |
42 BoxedText, | 42 BoxedText, |
43 OutlinedText, | 43 OutlinedText, |
44 OutlinedItalicText | 44 OutlinedItalicText |
45 }; | 45 }; |
46 | 46 |
47 static void drawVisibleText(const LayerGeometryProvider *, | 47 static void drawVisibleText(const LayerGeometryProvider *, |
48 QPainter &p, int x, int y, | 48 QPainter &p, int x, int y, |