|
Krita Source Code Documentation
|
#include "kis_tablet_debugger.h"#include <QEvent>#include <QMessageBox>#include <QApplication>#include <kis_debug.h>#include <kis_config.h>#include <KisPortingUtils.h>#include <QGlobalStatic>#include <klocalizedstring.h>Go to the source code of this file.
Functions | |
| QString | button (const QWheelEvent &ev) |
| template<class T > | |
| QString | button (const T &ev) |
| template<class T > | |
| QString | buttons (const T &ev) |
| template<class Event > | |
| void | dumpBaseParams (QTextStream &s, const Event &ev, const QString &prefix) |
| template<class Event > | |
| void | dumpMouseRelatedParams (QTextStream &s, const Event &ev) |
| template<> | |
| void | dumpMouseRelatedParams (QTextStream &s, const QWheelEvent &ev) |
| template<class Event > | |
| QString | tabletEventToString (const Event &ev, const QString &prefix) |
|
inline |
Definition at line 24 of file kis_tablet_debugger.cpp.
| QString button | ( | const T & | ev | ) |
Definition at line 30 of file kis_tablet_debugger.cpp.
| QString buttons | ( | const T & | ev | ) |
Definition at line 35 of file kis_tablet_debugger.cpp.
| void dumpBaseParams | ( | QTextStream & | s, |
| const Event & | ev, | ||
| const QString & | prefix ) |
Definition at line 40 of file kis_tablet_debugger.cpp.
References KisTabletDebugger::exTypeToString().
| void dumpMouseRelatedParams | ( | QTextStream & | s, |
| const Event & | ev ) |
Definition at line 47 of file kis_tablet_debugger.cpp.
| void dumpMouseRelatedParams | ( | QTextStream & | s, |
| const QWheelEvent & | ev ) |
Definition at line 56 of file kis_tablet_debugger.cpp.
| QString tabletEventToString | ( | const Event & | ev, |
| const QString & | prefix ) |
Definition at line 224 of file kis_tablet_debugger.cpp.
References dumpBaseParams(), dumpMouseRelatedParams(), KisTabletDebugger::pointerTypeToString(), KisPortingUtils::setUtf8OnStream(), and KisTabletDebugger::tabletDeviceToString().