From 215934c751e855669fd937e201a5673cb468cd3c Mon Sep 17 00:00:00 2001 From: Mika Salmela Date: Wed, 18 Sep 2013 15:26:33 +0300 Subject: Documentation for Q3DSurface and QSurfaceDataProxy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTRD-2284 Change-Id: I1488e420656eab9e622f82860c896b55f87d7596 Reviewed-by: Tomi Korpipää Reviewed-by: Miikka Heikkinen --- src/datavisualization/engine/q3dscatter.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/datavisualization/engine/q3dscatter.cpp') 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} */ -- cgit v1.2.3