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

Function ui

src/laybasic/laybasic/layViewObject.h:274–277  ·  view source on GitHub ↗

* @brief Accessor to the widget pointer */

Source from the content-addressed store, hash-verified

272 * @brief Accessor to the widget pointer
273 */
274 ViewObjectUI *ui () const
275 {
276 return mp_widget;
277 }
278
279 /**
280 * @brief This method is called on the service that got activated

Callers 15

reset_boxMethod · 0.70
mouse_click_eventMethod · 0.70
beginMethod · 0.70
functionMethod · 0.70
key_eventMethod · 0.70
handle_clickMethod · 0.70
drag_cancelMethod · 0.70
MouseTrackerMethod · 0.70
drag_cancelMethod · 0.70
mouse_click_eventMethod · 0.70
mouse_release_eventMethod · 0.70
wheel_eventMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected