summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/q3dbars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/engine/q3dbars.cpp')
-rw-r--r--src/datavisualization/engine/q3dbars.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/datavisualization/engine/q3dbars.cpp b/src/datavisualization/engine/q3dbars.cpp
index ef77c34f..d4e97519 100644
--- a/src/datavisualization/engine/q3dbars.cpp
+++ b/src/datavisualization/engine/q3dbars.cpp
@@ -200,14 +200,6 @@ void Q3DBars::wheelEvent(QWheelEvent *event)
dptr()->m_shared->wheelEvent(event);
}
-/*!
- * \internal
- */
-void Q3DBars::resizeEvent(QResizeEvent *event)
-{
- Q_UNUSED(event);
- dptr()->m_shared->setSize(width(), height());
-}
Q3DBarsPrivate *Q3DBars::dptr()
{
@@ -220,24 +212,6 @@ const Q3DBarsPrivate *Q3DBars::dptrc() const
}
/*!
- * Sets window \a width.
- */
-void Q3DBars::setWidth(const int width)
-{
- dptr()->m_shared->setWidth(width);
- QWindow::setWidth(width);
-}
-
-/*!
- * Sets window \a height.
- */
-void Q3DBars::setHeight(const int height)
-{
- dptr()->m_shared->setHeight(height);
- QWindow::setHeight(height);
-}
-
-/*!
* \property Q3DBars::barThickness
*
* Bar thickness ratio between X and Z dimensions. 1.0 means bars are as wide as they are deep, 0.5