QGestureRecognizer

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Result
alias Result = QFlags!(ResultFlag)
Undocumented in source.

Enums

ResultFlag
enum ResultFlag
Undocumented in source.

Functions

create
QGesture create(QObject target)
Undocumented in source.
recognize
Result recognize(QGesture state, QObject watched, QEvent event)
Undocumented in source.
reset
void reset(QGesture state)
Undocumented in source.

Static functions

registerRecognizer
qt.core.namespace.GestureType registerRecognizer(QGestureRecognizer recognizer)
Undocumented in source.
unregisterRecognizer
void unregisterRecognizer(qt.core.namespace.GestureType type)
Undocumented in source.

Meta