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

Function instance

src/laybasic/laybasic/gtf.h:389–392  ·  view source on GitHub ↗

* @brief Get the instance of the player * * Returns the pointer to the instance of the player or 0 if there is none. */

Source from the content-addressed store, hash-verified

387 * Returns the pointer to the instance of the player or 0 if there is none.
388 */
389 static Player *instance ()
390 {
391 return ms_instance;
392 }
393
394public slots:
395 void timer ();

Callers 15

add_layoutMethod · 0.70
create_layoutMethod · 0.70
load_layoutMethod · 0.70
~PluginDeclarationMethod · 0.70
register_pluginMethod · 0.70
gtf_probeMethod · 0.70
has_guiFunction · 0.70
dispatcher_instanceFunction · 0.70
selectionMethod · 0.70
cutMethod · 0.70
copyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected