|
Krita Source Code Documentation
|
#include <kis_input_manager_p.h>
Public Member Functions | |
| void | activate () |
| void | deactivate () |
| void | eatOneMousePress () |
| EventEater () | |
| bool | eventFilter (QObject *target, QEvent *event) |
| void | startBlockingTouch () |
| void | stopBlockingTouch () |
Public Attributes | |
| bool | activateSecondaryButtonsWorkaround {false} |
| bool | eatSyntheticEvents {false} |
| bool | eatTouchEvents {false} |
| bool | hungry {false} |
| bool | peckish {false} |
Definition at line 141 of file kis_input_manager_p.h.
| KisInputManager::Private::EventEater::EventEater | ( | ) |
Definition at line 69 of file kis_input_manager_p.cpp.
References activateSecondaryButtonsWorkaround, and KisConfig::useRightMiddleTabletButtonWorkaround().
| void KisInputManager::Private::EventEater::activate | ( | ) |
Definition at line 156 of file kis_input_manager_p.cpp.
References dbgTablet, debugEnabled(), and KisTabletDebugger::instance().
| void KisInputManager::Private::EventEater::deactivate | ( | ) |
Definition at line 164 of file kis_input_manager_p.cpp.
References dbgTablet, debugEnabled(), and KisTabletDebugger::instance().
| void KisInputManager::Private::EventEater::eatOneMousePress | ( | ) |
Definition at line 172 of file kis_input_manager_p.cpp.
| bool KisInputManager::Private::EventEater::eventFilter | ( | QObject * | target, |
| QEvent * | event ) |
Definition at line 75 of file kis_input_manager_p.cpp.
References dbgTablet, KisTabletDebugger::debugEnabled(), KisInputManager::Private::debugEvent(), KisTabletDebugger::eventToString(), KisTabletDebugger::instance(), isMouseEventType(), source(), and target().
| void KisInputManager::Private::EventEater::startBlockingTouch | ( | ) |
Definition at line 178 of file kis_input_manager_p.cpp.
| void KisInputManager::Private::EventEater::stopBlockingTouch | ( | ) |
Definition at line 183 of file kis_input_manager_p.cpp.
| bool KisInputManager::Private::EventEater::activateSecondaryButtonsWorkaround {false} |
Definition at line 163 of file kis_input_manager_p.h.
| bool KisInputManager::Private::EventEater::eatSyntheticEvents {false} |
Definition at line 162 of file kis_input_manager_p.h.
| bool KisInputManager::Private::EventEater::eatTouchEvents {false} |
Definition at line 164 of file kis_input_manager_p.h.
| bool KisInputManager::Private::EventEater::hungry {false} |
Definition at line 160 of file kis_input_manager_p.h.
| bool KisInputManager::Private::EventEater::peckish {false} |
Definition at line 161 of file kis_input_manager_p.h.