MCPcopy Create free account
hub / github.com/KDE/krita / modifiers

Method modifiers

libs/flake/KoPointerEvent.cpp:432–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432Qt::KeyboardModifiers KoPointerEvent::modifiers() const
433{
434 struct Visitor {
435 Qt::KeyboardModifiers operator() (const QInputEvent *event) {
436 return event->modifiers();
437 }
438 };
439
440 return visit(Visitor(), d->eventPtr);
441}
442
443void KoPointerEvent::accept()
444{

Callers 15

keyPressEventMethod · 0.45
qKeyPressEventFunction · 0.45
lineEditMousePressEventFunction · 0.45
lineEditMouseMoveEventFunction · 0.45
eventFilterMethod · 0.45
eventFilterMethod · 0.45
keyPressEventMethod · 0.45
keyReleaseEventMethod · 0.45
mouseReleaseEventMethod · 0.45
mousePressEventMethod · 0.45
handleMouseMoveMethod · 0.45

Calls 2

VisitorClass · 0.70
visitFunction · 0.50

Tested by 1

keyPressEventMethod · 0.36