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

Function resizeEvent

src/laybasic/laybasic/layViewObject.cc:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 void resizeEvent (QResizeEvent *)
243 {
244 mp_view->resize_event (width (), height ());
245 }
246
247 bool focusNextPrevChild (bool /*next*/)
248 {

Callers 15

resizeEventMethod · 0.85
resizeEventMethod · 0.85
resizeEventMethod · 0.85
resizeEventMethod · 0.85
resizeEventMethod · 0.85
resizeEventMethod · 0.85

Calls 3

widthFunction · 0.70
heightFunction · 0.70
resize_eventMethod · 0.45

Tested by

no test coverage detected