Home
last modified time | relevance | path

Searched refs:isMaybeCompiling (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocument.h406 static bool isCompiling, isMaybeCompiling; variable
H A DPDFDocument.cpp72 bool PDFDocument::isMaybeCompiling = false; member in PDFDocument
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtexstudio.cpp5946 PDFDocument::isMaybeCompiling |= runningPDFAsyncCommands > 0; in beginRunningCommand()
5997 if (runningPDFAsyncCommands <= 0) PDFDocument::isMaybeCompiling = false; in endRunningSubCommand()