summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/qabstract3dgraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/engine/qabstract3dgraph.cpp')
-rw-r--r--src/datavisualization/engine/qabstract3dgraph.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/datavisualization/engine/qabstract3dgraph.cpp b/src/datavisualization/engine/qabstract3dgraph.cpp
index 8968ebb0..3a7fc84b 100644
--- a/src/datavisualization/engine/qabstract3dgraph.cpp
+++ b/src/datavisualization/engine/qabstract3dgraph.cpp
@@ -149,6 +149,16 @@ QAbstract3DInputHandler *QAbstract3DGraph::activeInputHandler()
}
/*!
+ * \return list of all added input handlers.
+ *
+ * \sa addInputHandler()
+ */
+QList<QAbstract3DInputHandler *> QAbstract3DGraph::inputHandlers() const
+{
+ return d_ptr->m_visualController->inputHandlers();
+}
+
+/*!
* Adds the given \a theme to the graph. The themes added via addTheme are not taken in to use
* directly. Only the ownership of the a\ theme is given to the graph.
* The \a theme must not be null or already added to another graph.