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

Method stop

src/laybasic/laybasic/gtf.cc:1150–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150void
1151Recorder::stop ()
1152{
1153 if (m_recording) {
1154 m_recording = false;
1155 QCoreApplication *app = QCoreApplication::instance ();
1156 app->removeEventFilter (this);
1157 }
1158}
1159
1160void
1161Recorder::action (QAction *action)

Callers 8

finishMethod · 0.45
close_allMethod · 0.45
clear_messagesMethod · 0.45
hover_resetMethod · 0.45
image_with_optionsMethod · 0.45
stop_redrawMethod · 0.45

Calls 1

instanceFunction · 0.70

Tested by

no test coverage detected