summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/q3dscene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/engine/q3dscene.cpp')
-rw-r--r--src/datavisualization/engine/q3dscene.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/datavisualization/engine/q3dscene.cpp b/src/datavisualization/engine/q3dscene.cpp
index 081868ef..08721b97 100644
--- a/src/datavisualization/engine/q3dscene.cpp
+++ b/src/datavisualization/engine/q3dscene.cpp
@@ -99,9 +99,10 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
* \qmlproperty bool Scene3D::slicingActive
*
* This property contains whether 2D slicing view is currently active or not. If setting it, you
- * must make sure AbstractGraph3D::selectionMode has
- * \l{QAbstract3DGraph::SelectionSlice}{AbstractGraph3D.SelectionSlice} flag set in conjunction
- * with either row or column selection mode, and there is a valid selection.
+ * must make sure AbstractGraph3D::selectionMode has either
+ * \l{QAbstract3DGraph::SelectionRow}{AbstractGraph3D.SelectionRow} or
+ * \l{QAbstract3DGraph::SelectionColumn}{AbstractGraph3D.SelectionColumn} flag set, and there is a
+ * valid selection.
* \note Not all visualizations support the 2D slicing view.
*/
@@ -295,8 +296,8 @@ QPoint Q3DScene::invalidSelectionPoint()
* \property Q3DScene::slicingActive
*
* This property contains whether 2D slicing view is currently active or not. If setting it, you
- * must make sure QAbstract3DGraph::selectionMode has QAbstract3DGraph::SelectionSlice flag set
- * in conjunction with either row or column selection mode, and there is a valid selection.
+ * must make sure QAbstract3DGraph::selectionMode has either QAbstract3DGraph::SelectionRow or
+ * QAbstract3DGraph::SelectionColumn flag set, and there is a valid selection.
* \note Not all visualizations support the 2D slicing view.
*/
bool Q3DScene::isSlicingActive() const