|
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 127 of file kis_input_manager_p.h.
| KisInputManager::Private::EventEater::EventEater | ( | ) |
Definition at line 68 of file kis_input_manager_p.cpp.
References activateSecondaryButtonsWorkaround, and KisConfig::useRightMiddleTabletButtonWorkaround().
| void KisInputManager::Private::EventEater::activate | ( | ) |
Definition at line 155 of file kis_input_manager_p.cpp.
References dbgTablet, debugEnabled(), and KisTabletDebugger::instance().
| void KisInputManager::Private::EventEater::deactivate | ( | ) |
Definition at line 163 of file kis_input_manager_p.cpp.
References dbgTablet, debugEnabled(), and KisTabletDebugger::instance().
| void KisInputManager::Private::EventEater::eatOneMousePress | ( | ) |
Definition at line 171 of file kis_input_manager_p.cpp.
| bool KisInputManager::Private::EventEater::eventFilter | ( | QObject * | target, |
| QEvent * | event ) |
Definition at line 74 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 177 of file kis_input_manager_p.cpp.
| void KisInputManager::Private::EventEater::stopBlockingTouch | ( | ) |
Definition at line 182 of file kis_input_manager_p.cpp.
| bool KisInputManager::Private::EventEater::activateSecondaryButtonsWorkaround {false} |
Definition at line 149 of file kis_input_manager_p.h.
| bool KisInputManager::Private::EventEater::eatSyntheticEvents {false} |
Definition at line 148 of file kis_input_manager_p.h.
| bool KisInputManager::Private::EventEater::eatTouchEvents {false} |
Definition at line 150 of file kis_input_manager_p.h.
| bool KisInputManager::Private::EventEater::hungry {false} |
Definition at line 146 of file kis_input_manager_p.h.
| bool KisInputManager::Private::EventEater::peckish {false} |
Definition at line 147 of file kis_input_manager_p.h.