summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/utils_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/utils/utils_p.h')
-rw-r--r--src/datavis3d/utils/utils_p.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/datavis3d/utils/utils_p.h b/src/datavis3d/utils/utils_p.h
index 4d49c0d5..abe47621 100644
--- a/src/datavis3d/utils/utils_p.h
+++ b/src/datavis3d/utils/utils_p.h
@@ -66,15 +66,15 @@ QTCOMMERCIALDATAVIS3D_BEGIN_NAMESPACE
class Utils
{
-public:
+ public:
static QVector3D vectorFromColor(const QColor &color);
- static void printText(QPainter *painter, const QString &text, const QSize &position
- , bool absoluteCoords = true, qreal rotation = 0, qreal scale = 1.0f);
- static QImage printTextToImage(const QFont &font
- , const QString &text
- , const QColor &bgrColor
- , const QColor &txtColor
- , Q3DBars::LabelTransparency transparency);
+ static void printText(QPainter *painter, const QString &text, const QSize &position,
+ bool absoluteCoords = true, qreal rotation = 0, qreal scale = 1.0f);
+ static QImage printTextToImage(const QFont &font,
+ const QString &text,
+ const QColor &bgrColor,
+ const QColor &txtColor,
+ Q3DBars::LabelTransparency transparency);
static QVector3D getSelection(QPoint mousepos, int height);
};