MCPcopy Create free account
hub / github.com/KLayout/klayout / keyPressEvent

Function keyPressEvent

src/laybasic/laybasic/layViewObject.cc:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 void keyPressEvent (QKeyEvent *e)
253 {
254 BEGIN_PROTECTED
255 unsigned int buttons = qt_to_buttons (Qt::MouseButtons (), e->modifiers ());
256 mp_view->send_key_press_event ((unsigned int) e->key (), buttons);
257 END_PROTECTED
258 }
259
260 bool event (QEvent *e)
261 {

Callers 15

keyPressEventMethod · 0.85
keyPressEventMethod · 0.85
keyPressEventMethod · 0.85
keyPressEventMethod · 0.85
keyPressEventMethod · 0.85
keyPressEventMethod · 0.85

Calls 3

qt_to_buttonsFunction · 0.85
send_key_press_eventMethod · 0.80
keyMethod · 0.45

Tested by

no test coverage detected