|
Krita Source Code Documentation
|
#include <kis_tablet_debugger.h>
Public Member Functions | |
| bool | debugEnabled () const |
| bool | debugRawTabletValues () const |
| QString | eventToString (const QEvent &ev, const QString &prefix) |
| QString | eventToString (const QKeyEvent &ev, const QString &prefix) |
| QString | eventToString (const QMouseEvent &ev, const QString &prefix) |
| QString | eventToString (const QTabletEvent &ev, const QString &prefix) |
| QString | eventToString (const QTouchEvent &ev, const QString &prefix) |
| QString | eventToString (const QWheelEvent &ev, const QString &prefix) |
| bool | initializationDebugEnabled () const |
| KisTabletDebugger () | |
| bool | shouldEatDriverShortcuts () const |
| void | toggleDebugging () |
Static Public Member Functions | |
| static QString | exTypeToString (QEvent::Type type) |
| static KisTabletDebugger * | instance () |
| static QString | pointerTypeToString (const QTabletEvent &event) |
| static QString | tabletDeviceToString (const QTabletEvent &event) |
Private Attributes | |
| bool | m_debugEnabled |
| bool | m_shouldEatDriverShortcuts |
Definition at line 13 of file kis_tablet_debugger.h.
| KisTabletDebugger::KisTabletDebugger | ( | ) |
Definition at line 91 of file kis_tablet_debugger.cpp.
References m_shouldEatDriverShortcuts, and KisConfig::shouldEatDriverShortcuts().
| bool KisTabletDebugger::debugEnabled | ( | ) | const |
Definition at line 117 of file kis_tablet_debugger.cpp.
References m_debugEnabled.
| bool KisTabletDebugger::debugRawTabletValues | ( | ) | const |
Definition at line 128 of file kis_tablet_debugger.cpp.
References m_debugEnabled.
| QString KisTabletDebugger::eventToString | ( | const QEvent & | ev, |
| const QString & | prefix ) |
Definition at line 212 of file kis_tablet_debugger.cpp.
References dumpBaseParams(), and KisPortingUtils::setUtf8OnStream().
| QString KisTabletDebugger::eventToString | ( | const QKeyEvent & | ev, |
| const QString & | prefix ) |
Definition at line 152 of file kis_tablet_debugger.cpp.
References dumpBaseParams(), and KisPortingUtils::setUtf8OnStream().
| QString KisTabletDebugger::eventToString | ( | const QMouseEvent & | ev, |
| const QString & | prefix ) |
Definition at line 139 of file kis_tablet_debugger.cpp.
References dumpBaseParams(), and dumpMouseRelatedParams().
| QString KisTabletDebugger::eventToString | ( | const QTabletEvent & | ev, |
| const QString & | prefix ) |
Definition at line 251 of file kis_tablet_debugger.cpp.
References tabletEventToString().
| QString KisTabletDebugger::eventToString | ( | const QTouchEvent & | ev, |
| const QString & | prefix ) |
Definition at line 182 of file kis_tablet_debugger.cpp.
References dumpBaseParams(), and KisPortingUtils::setUtf8OnStream().
| QString KisTabletDebugger::eventToString | ( | const QWheelEvent & | ev, |
| const QString & | prefix ) |
Definition at line 168 of file kis_tablet_debugger.cpp.
References dumpBaseParams(), dumpMouseRelatedParams(), and KisPortingUtils::setUtf8OnStream().
|
static |
Definition at line 64 of file kis_tablet_debugger.cpp.
| bool KisTabletDebugger::initializationDebugEnabled | ( | ) | const |
Definition at line 122 of file kis_tablet_debugger.cpp.
|
static |
Definition at line 98 of file kis_tablet_debugger.cpp.
|
static |
Definition at line 279 of file kis_tablet_debugger.cpp.
| bool KisTabletDebugger::shouldEatDriverShortcuts | ( | ) | const |
Definition at line 134 of file kis_tablet_debugger.cpp.
References m_shouldEatDriverShortcuts.
|
static |
Definition at line 256 of file kis_tablet_debugger.cpp.
| void KisTabletDebugger::toggleDebugging | ( | ) |
Definition at line 103 of file kis_tablet_debugger.cpp.
References dbgTablet, and m_debugEnabled.
|
private |
Definition at line 39 of file kis_tablet_debugger.h.
|
private |
Definition at line 40 of file kis_tablet_debugger.h.