summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/q3dscatter.cpp
diff options
context:
space:
mode:
authorKeränen Pasi <pasi.keranen@digia.com>2013-12-16 16:17:07 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-12-17 12:52:03 +0200
commitfba185e6c2fa5158aa60ba4468c1f1a70177f77a (patch)
tree4532ce4cc96fc52a32410f552e8557ea68d98267 /src/datavisualization/engine/q3dscatter.cpp
parent018379d522deca3a6f7b184fbc12f122a87aaadc (diff)
Antialiasing and direct rendering with QML.
Task-id: QTRD-2565 Change-Id: I4099c869f157361ee6a900dfc1c29301b373ac30 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/engine/q3dscatter.cpp')
-rw-r--r--src/datavisualization/engine/q3dscatter.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/datavisualization/engine/q3dscatter.cpp b/src/datavisualization/engine/q3dscatter.cpp
index b19a82a3..3c28b4a5 100644
--- a/src/datavisualization/engine/q3dscatter.cpp
+++ b/src/datavisualization/engine/q3dscatter.cpp
@@ -181,15 +181,6 @@ void Q3DScatter::wheelEvent(QWheelEvent *event)
dptr()->m_shared->wheelEvent(event);
}
-/*!
- * \internal
- */
-void Q3DScatter::resizeEvent(QResizeEvent *event)
-{
- Q_UNUSED(event);
- dptr()->m_shared->setSize(width(), height());
-}
-
Q3DScatterPrivate *Q3DScatter::dptr()
{
return static_cast<Q3DScatterPrivate *>(d_ptr.data());
@@ -201,24 +192,6 @@ const Q3DScatterPrivate *Q3DScatter::dptrc() const
}
/*!
- * Sets window \a width.
- */
-void Q3DScatter::setWidth(const int width)
-{
- dptr()->m_shared->setWidth(width);
- QWindow::setWidth(width);
-}
-
-/*!
- * Sets window \a height.
- */
-void Q3DScatter::setHeight(const int height)
-{
- dptr()->m_shared->setHeight(height);
- QWindow::setHeight(height);
-}
-
-/*!
* \property Q3DScatter::theme
*
* A \a theme to be used for the graph. Ownership of the \a theme is transferred. Previous theme