From d548ffd13343516ebca70b23d50921a4cb3c8edf Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 6 Jun 2014 14:12:54 +0300 Subject: Doc updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idb05bcede58e56b6eafa8441ef4adaf2e5e74cae Reviewed-by: Tomi Korpipää --- src/datavisualization/engine/q3dsurface.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/datavisualization/engine/q3dsurface.cpp') diff --git a/src/datavisualization/engine/q3dsurface.cpp b/src/datavisualization/engine/q3dsurface.cpp index 162b7a67..c5ce29d7 100644 --- a/src/datavisualization/engine/q3dsurface.cpp +++ b/src/datavisualization/engine/q3dsurface.cpp @@ -77,8 +77,10 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION * * \image q3dsurface-minimal.png * - * The scene can be rotated and zoomed into, but no other interaction is included in this minimal - * code example. + * The scene can be rotated, zoomed into, and a surface point can be selected to view its position, + * but no other interaction is included in this minimal code example. + * You can learn more by familiarizing yourself with the examples provided, + * like the \l{Surface Example}. * * * \sa Q3DBars, Q3DScatter, {Qt Data Visualization C++ Classes} @@ -106,7 +108,9 @@ Q3DSurface::~Q3DSurface() } /*! - * Adds the \a series to the graph. + * Adds the \a series to the graph. A graph can contain multiple series, but has only one set of + * axes. If the newly added series has specified a selected item, it will be highlighted and + * any existing selection will be cleared. Only one added series can have an active selection. */ void Q3DSurface::addSeries(QSurface3DSeries *series) { -- cgit v1.2.3