summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/q3dscatter.cpp
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@digia.com>2013-09-18 15:26:33 +0300
committerMika Salmela <mika.salmela@digia.com>2013-09-19 08:57:06 +0300
commit215934c751e855669fd937e201a5673cb468cd3c (patch)
tree5be53a9c1945bc82eb55e7703295c6acb8d8b712 /src/datavisualization/engine/q3dscatter.cpp
parentf1e6f169d0a7cc9f0a12e24cc52bd719cd085fac (diff)
Documentation for Q3DSurface and QSurfaceDataProxy
Task-number: QTRD-2284 Change-Id: I1488e420656eab9e622f82860c896b55f87d7596 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/engine/q3dscatter.cpp')
-rw-r--r--src/datavisualization/engine/q3dscatter.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/datavisualization/engine/q3dscatter.cpp b/src/datavisualization/engine/q3dscatter.cpp
index bac9a38d..a3503ef1 100644
--- a/src/datavisualization/engine/q3dscatter.cpp
+++ b/src/datavisualization/engine/q3dscatter.cpp
@@ -40,6 +40,14 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE
* reset to default camera view by clicking mouse wheel. In touch devices rotation is done
* by tap-and-move, selection by tap-and-hold and zoom by pinch.
*
+ * If no axes are explicitly set to Q3DScatter, temporary default axes with no labels are created.
+ * These default axes can be modified via axis accessors, but as soon any axis is explicitly
+ * set for the orientation, the default axis for that orientation is destroyed.
+ *
+ * Data proxies work similarly: If no data proxy is explicitly set, Q3DScatter creates a default
+ * proxy. If any other proxy is set as active data proxy later, the default proxy and all data
+ * added to it is destroyed.
+ *
* Methods are provided for changing item styles, themes, item selection modes and so on. See the
* methods for more detailed descriptions.
*
@@ -69,14 +77,6 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE
* code example. You can learn more by familiarizing yourself with the examples provided, like
* the \l{Scatter Chart Example}.
*
- * If no axes are explicitly set to Q3DScatter, temporary default axes with no labels are created.
- * These default axes can be modified via axis accessors, but as soon any axis is explicitly
- * set for the orientation, the default axis for that orientation is destroyed.
- *
- * Data proxies work similarly: If no data proxy is explicitly set, Q3DScatter creates a default
- * proxy. If any other proxy is set as active data proxy later, the default proxy and all data
- * added to it is destroyed.
- *
* \sa Q3DBars, Q3DSurface, {Qt Data Visualization C++ Classes}
*/