summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qaction.cpp
diff options
context:
space:
mode:
authorColin Ogilvie <colin.ogilvie@kdab.com>2016-01-22 17:16:35 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-02-08 10:43:44 +0000
commit43f255b05dc12ac212ff69420ecd52ad32bae6c4 (patch)
tree1f22b54e302c412a9c07095a56b7d7750c490dca /src/input/frontend/qaction.cpp
parent2a4ad42efb9d7eb541b908fb5a723aee942970da (diff)
Doc: More Documentation for the input module
Change-Id: Ib0ff66fdf200e8a65bc98fac824c4964a351bb68 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/input/frontend/qaction.cpp')
-rw-r--r--src/input/frontend/qaction.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/input/frontend/qaction.cpp b/src/input/frontend/qaction.cpp
index 4d5395ae3..a16ce329c 100644
--- a/src/input/frontend/qaction.cpp
+++ b/src/input/frontend/qaction.cpp
@@ -95,12 +95,26 @@ QAction::~QAction()
}
/*!
+ \fn QAction::nameChanged()
+
+ This signal is emitted when the name of the Action is changed.
+*/
+
+/*!
\qmlproperty QString Qt3D.Input::Action::name
the name used to identify this action
*/
/*!
+ \qmlsignal Qt3D.Input::Action::nameChanged()
+
+ This signal is emitted when the name of the Action is changed.
+
+ The corresponding handeler is \c onNameChanged
+*/
+
+/*!
Set the name used to identify this action.
*/
void QAction::setName(const QString &name)