summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/drawer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/engine/drawer_p.h')
-rw-r--r--src/datavisualization/engine/drawer_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datavisualization/engine/drawer_p.h b/src/datavisualization/engine/drawer_p.h
index 3de3f92f..89a4ce8c 100644
--- a/src/datavisualization/engine/drawer_p.h
+++ b/src/datavisualization/engine/drawer_p.h
@@ -63,7 +63,7 @@ public:
};
public:
- explicit Drawer(const Theme &theme, const QFont &font, QDataVis::LabelTransparency transparency);
+ explicit Drawer(const Theme &theme, const QFont &font, QDataVis::LabelStyle style);
~Drawer();
void initializeOpenGL();
@@ -72,7 +72,7 @@ public:
Theme theme() const;
void setFont(const QFont &font);
QFont font() const;
- void setTransparency(QDataVis::LabelTransparency transparency);
+ void setStyle(QDataVis::LabelStyle style);
void drawObject(ShaderHelper *shader, AbstractObjectHelper *object, GLuint textureId = 0,
GLuint depthTextureId = 0);
@@ -95,7 +95,7 @@ Q_SIGNALS:
private:
Theme m_theme;
QFont m_font;
- QDataVis::LabelTransparency m_transparency;
+ QDataVis::LabelStyle m_style;
TextureHelper *m_textureHelper;
};