summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/q3dbars.cpp
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-06-09 10:03:06 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-06-09 10:03:06 +0300
commit954201b67e0eb1f7fa71a2d3043a25076705a3ac (patch)
tree11096593d1bf958c549088034d1056e7444c7d1c /src/datavisualization/engine/q3dbars.cpp
parentee94aedb7447ddf7a779f7188fd1cd2ae44d675e (diff)
parente9dc0f74f5cc06eb5edc3c16a63c9e6e89422584 (diff)
Merge remote-tracking branch 'origin/develop'
Diffstat (limited to 'src/datavisualization/engine/q3dbars.cpp')
-rw-r--r--src/datavisualization/engine/q3dbars.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/datavisualization/engine/q3dbars.cpp b/src/datavisualization/engine/q3dbars.cpp
index a903d831..bb7aca89 100644
--- a/src/datavisualization/engine/q3dbars.cpp
+++ b/src/datavisualization/engine/q3dbars.cpp
@@ -41,9 +41,6 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
* Row and column labels are taken from the first added series, unless explicitly defined to
* row and column axes.
*
- * Methods are provided for changing themes, bar selection modes and so on. See the
- * methods for more detailed descriptions.
- *
* \section1 How to construct a minimal Q3DBars graph
*
* First, construct an instance of Q3DBars. Since we are running the graph as top level window
@@ -78,10 +75,9 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*
* \image q3dbars-minimal.png
*
- * The scene can be rotated, zoomed into, and a bar can be selected to view it's value,
+ * The scene can be rotated, zoomed into, and a bar can be selected to view its value,
* 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{Bars Example} or
- * the \l{Custom Proxy Example}.
+ * familiarizing yourself with the examples provided, like the \l{Bars Example}.
*
* \sa Q3DScatter, Q3DSurface, {Qt Data Visualization C++ Classes}
*/
@@ -135,12 +131,12 @@ QBar3DSeries *Q3DBars::primarySeries() const
/*!
* Adds the \a series to the graph. A graph can contain multiple series, but only one set of axes,
* so the rows and columns of all series must match for the visualized data to be meaningful.
- * If the graph has multiple visible series, only the first one added will
+ * If the graph has multiple visible series, only the primary series will
* generate the row or column labels on the axes in cases where the labels are not explicitly set
* to the axes. If the newly added series has specified a selected bar, it will be highlighted and
* any existing selection will be cleared. Only one added series can have an active selection.
*
- * /sa seriesList()
+ * /sa seriesList(), primarySeries
*/
void Q3DBars::addSeries(QBar3DSeries *series)
{