From 897922a711bacea0aceef657e5f62821784eccd8 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 30 Oct 2013 09:45:35 +0200 Subject: QML selection API for scatter and surface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8a6f28fff8833cb123340ee5a953d29cea40f502 Reviewed-by: Tomi Korpipää --- .../doc/src/qtdatavisualization-qml-surface3d.qdoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc') diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc index c55b7ec1..b47408f2 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc @@ -88,3 +88,12 @@ \qmlproperty ColorGradient Surface3D::gradient The current surface gradient. Setting this property replaces the previous gradient. */ + +/*! + \qmlproperty point Surface3D::selectedPoint + + Selects a surface grid point in a \a position. The position is the (row, column) position in + the data array of the active data proxy. + Only one point can be selected at a time. + To clear selection, specify an illegal \a position, e.g. (-1, -1). + */ -- cgit v1.2.3