MCPcopy Create free account
hub / github.com/TeXworks/texworks / interrupt

Method interrupt

src/PDFDocumentWindow.cpp:808–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808void PDFDocumentWindow::interrupt()
809{
810 Q_FOREACH(TeXDocumentWindow * win, sourceDocList) {
811 if (win->isTypesetting()) {
812 win->interrupt();
813 }
814 }
815}
816
817void PDFDocumentWindow::goToSource()
818{

Callers 1

Q_FOREACHFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected