From 84ec19e6e8ebc563b577f78b9f58cf6fa907271b Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Tue, 8 Oct 2013 11:23:47 +0300 Subject: Finish overview docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I52e20c2e3f60e8d0160746fa480146ac2ae77930 Reviewed-by: Tomi Korpipää --- .../doc/src/qtdatavisualization.qdoc | 26 ++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'src/datavisualization/doc/src/qtdatavisualization.qdoc') diff --git a/src/datavisualization/doc/src/qtdatavisualization.qdoc b/src/datavisualization/doc/src/qtdatavisualization.qdoc index 7c4bcd2e..1f2474f7 100644 --- a/src/datavisualization/doc/src/qtdatavisualization.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization.qdoc @@ -181,11 +181,29 @@ \page qtdatavisualization_interacting_with_data.html \title Qt Data Visualization Interacting with Data - \section1 View manipulation + \section1 Interacting with data - TODO + You can interact with the rendered graph with either mouse or touch to rotate, zoom, or select + data. For the mouse controls, see Q3DInputHandler documentation, and for the touch controls, + see QTouch3DInputHandler documentation. - \section1 Highlighting data + \note In the technology preview version, default input handlers cannot be replaced or even accessed + via public API. This feature is planned for the final release. - TODO + \section1 Data selection modes + + All visualization types support selecting single data item - a bar, a scatter item, or a surface + vertex - using mouse, touch, and programmatically via the graph APIs. The selected item is highlighted + in the rendered graph, and selecting causes emission of a graph specific signal for this purpose, + e.g. Q3DBars::selectedBarPosChanged(), which the application can handle. + + \note Surface graph doesn't have fully implemented selection API yet, it only supports + selection with mouse and touch in the technology preview version. + + Bar and surface graphs support slice selection modes, where the selected row or column is drawn + in a separate viewport as a pseudo-2D graph. This makes it easier to see the actual values of + single row or column. + + Bar graph additionally supports simply highlighting the whole row and/or column of the selected bar + without opening the slice view. */ -- cgit v1.2.3