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

Function canvas

src/laybasic/laybasic/layLayoutViewBase.h:1926–1929  ·  view source on GitHub ↗

* @brief Gets the canvas object (where the layout is drawn and view objects are placed) */

Source from the content-addressed store, hash-verified

1924 * @brief Gets the canvas object (where the layout is drawn and view objects are placed)
1925 */
1926 lay::LayoutCanvas *canvas ()
1927 {
1928 return mp_canvas;
1929 }
1930
1931 /**
1932 * @brief Gets the canvas object (const version)

Callers 4

init_uiMethod · 0.85
set_focusMethod · 0.85
timerMethod · 0.85
icon_for_layerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected