diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-02-27 13:33:49 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-05-11 13:41:36 (GMT) |
commit | ce50bdd854497b2a2aedbdb4417b532799086241 (patch) | |
tree | c81785fa68cd674b8b4a7b3102da67ef12b1b16e /doc/src/qnamespace.qdoc | |
parent | aa4334b77702d99d4aa3da853dd66104eb4a8123 (diff) | |
download | Qt-ce50bdd854497b2a2aedbdb4417b532799086241.zip Qt-ce50bdd854497b2a2aedbdb4417b532799086241.tar.gz Qt-ce50bdd854497b2a2aedbdb4417b532799086241.tar.bz2 |
Added some documentation.
Fixed missing const specifiers.
Diffstat (limited to 'doc/src/qnamespace.qdoc')
-rw-r--r-- | doc/src/qnamespace.qdoc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index 98f7e7c..c44b41e 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -2675,3 +2675,19 @@ \sa QPixmapBorders, qDrawBorderPixmap() */ + +/*! \typedef Qt::GestureType + + A string representing a type of a gesture. +*/ + +/*! + \enum Qt::GestureState + + This enum type describes the state of a gesture. + + \value GestureStarted The continuous gesture has started. + \value GestureFinished The gesture has finished. + + \sa QGesture +*/ |