Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
808
void PDFDocumentWindow::interrupt()
809
{
810
Q_FOREACH(TeXDocumentWindow * win, sourceDocList) {
811
if (win->isTypesetting()) {
812
win->interrupt();
813
}
814
}
815
}
816
817
void PDFDocumentWindow::goToSource()
818
{
Callers
1
Q_FOREACH
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected