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

Function options

src/laybasic/laybasic/layLayoutViewBase.h:3023–3026  ·  view source on GitHub ↗

* @brief Gets the options the view was created with */

Source from the content-addressed store, hash-verified

3021 * @brief Gets the options the view was created with
3022 */
3023 unsigned int options () const
3024 {
3025 return m_options;
3026 }
3027
3028 /**
3029 * @brief Calls deferred methods and updates view ops, provided for GSI bindings mainly

Callers 15

cbs_options_c0_0Method · 0.85
optionsMethod · 0.85
cbs_options_c0_0Method · 0.85
optionsMethod · 0.85
init_uiMethod · 0.85
show_propertiesMethod · 0.85
size_hintMethod · 0.85
read_macroMethod · 0.85
do_readMethod · 0.85
create_pluginsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected