summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/customitems/doc/src/customitems.qdoc
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-05-12 10:06:27 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-05-12 10:07:15 +0300
commit6880277f23b47117f7788f08f855ed99b5120f9f (patch)
treede8b9e64ffce03a3ce77c8ffac396f7174e91956 /examples/datavisualization/customitems/doc/src/customitems.qdoc
parent590d11726e0708e9f8fad0ec386cc5859dbe5cc8 (diff)
CustomDataItem made into a public class
Task-number: QTRD-3055 Change-Id: I1e449df7c1bcb48fc639dbae579e2e1499c9ef2b Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/datavisualization/customitems/doc/src/customitems.qdoc')
-rw-r--r--examples/datavisualization/customitems/doc/src/customitems.qdoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/examples/datavisualization/customitems/doc/src/customitems.qdoc b/examples/datavisualization/customitems/doc/src/customitems.qdoc
index 1878609b..d034019a 100644
--- a/examples/datavisualization/customitems/doc/src/customitems.qdoc
+++ b/examples/datavisualization/customitems/doc/src/customitems.qdoc
@@ -53,16 +53,19 @@
\snippet customitems/customitemgraph.cpp 1
- And finally we'll just add the item to the wanted position with the scale and rotation we want:
+ Then we'll create a new QCustom3DItem with all the parameters:
\snippet customitems/customitemgraph.cpp 2
+ And finally we'll just add the item:
+
+ \snippet customitems/customitemgraph.cpp 3
+
\section1 Removing custom item from a graph
- We'll just call \c removeCustomItemAt() with the position
- of the item:
+ We'll just call \c removeCustomItemAt() with the position of the item:
- \snippet customitems/customitemgraph.cpp 3
+ \snippet customitems/customitemgraph.cpp 4
\section1 Example Contents
*/