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

Function configure

src/laybasic/laybasic/layPlugin.h:226–229  ·  view source on GitHub ↗

* @brief The global configuration * * By implementing this method, a configuration can be treated globally. * Otherwise the individual plugin object (associated with a view) must handle * the configuration. One example for handling the configuration globally is * dynamic menu configuration. */

Source from the content-addressed store, hash-verified

224 * dynamic menu configuration.
225 */
226 virtual bool configure (const std::string & /*name*/, const std::string & /*value*/)
227 {
228 return false;
229 }
230
231 /**
232 * @brief Global menu handler

Callers 15

configureMethod · 0.70
do_config_setMethod · 0.70
configureMethod · 0.70
configureMethod · 0.50
configureMethod · 0.50
configureMethod · 0.50
configureMethod · 0.50
configureMethod · 0.50
BrowseInstancesFormMethod · 0.50
configureMethod · 0.50
configureMethod · 0.50
configure_edtMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected