|
Krita Source Code Documentation
|
This is the complete list of members for KisLongPressEventFilter, including all inherited members.
| cancel() | KisLongPressEventFilter | private |
| ENABLED_PROPERTY | KisLongPressEventFilter | static |
| eventFilter(QObject *watched, QEvent *event) override | KisLongPressEventFilter | |
| handleMouseMove(const QMouseEvent *me) | KisLongPressEventFilter | private |
| handleMousePress(QWidget *target, const QMouseEvent *me) | KisLongPressEventFilter | private |
| isContextMenuTarget(QWidget *target) | KisLongPressEventFilter | privatestatic |
| isLongPressableWidget(QWidget *target) | KisLongPressEventFilter | privatestatic |
| isWithinDistance(const QPoint &globalPos) const | KisLongPressEventFilter | private |
| KisLongPressEventFilter(QObject *parent=nullptr) | KisLongPressEventFilter | explicit |
| m_distanceSquared | KisLongPressEventFilter | private |
| m_pressGlobalPos | KisLongPressEventFilter | private |
| m_pressLocalPos | KisLongPressEventFilter | private |
| m_target | KisLongPressEventFilter | private |
| m_timer | KisLongPressEventFilter | private |
| MINIMUM_DELAY | KisLongPressEventFilter | privatestatic |
| MINIMUM_DISTANCE | KisLongPressEventFilter | privatestatic |
| triggerLongPress() | KisLongPressEventFilter | private |