MCPcopy Create free account
hub / github.com/KLayout/klayout / ~Editable

Method ~Editable

src/laybasic/laybasic/layEditable.cc:66–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66Editable::~Editable ()
67{
68 // Reasoning for reset (): on MSVC, virtual functions must not be called inside
69 // the destructor. reset () avoids that lay::Editables::enable calls us.
70 reset ();
71
72 // erase the object from the table of enabled services
73 if (mp_editables) {
74 mp_editables->enable (this, false);
75 }
76}
77
78void
79Editable::reset_proposed_move_transformation ()

Callers

nothing calls this directly

Calls 2

resetFunction · 0.50
enableMethod · 0.45

Tested by

no test coverage detected