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

Function widget

src/laybasic/laybasic/layViewObject.h:377–380  ·  view source on GitHub ↗

* @brief Accessor to the widget object pointer */

Source from the content-addressed store, hash-verified

375 * @brief Accessor to the widget object pointer
376 */
377 ViewObjectUI *widget () const
378 {
379 return const_cast<ViewObjectUI *> (mp_widget.get());
380 }
381
382 /**
383 * @brief Set the visibility state of the view object

Callers 15

init_uiMethod · 0.70
dprMethod · 0.70
paint_eventMethod · 0.70
gtf_probeMethod · 0.70
redrawMethod · 0.70
thawMethod · 0.70
freezeMethod · 0.70
cbs_widget_0_0Method · 0.50
widgetMethod · 0.50
cbs_widget_0_0Method · 0.50
widgetMethod · 0.50
cbs_widget_0_0Method · 0.50

Calls 1

getMethod · 0.45

Tested by

no test coverage detected