Home
last modified time | relevance | path

Searched refs:activatePreview (Results 1 – 4 of 4) sorted by relevance

/dports/editors/texworks/texworks-release-0.6.2/src/
H A DPDFDocument.h107 void syncFromSource(const QString& sourceFile, int lineNo, int col, bool activatePreview);
H A DTWApp.h228 void syncPdf(const QString& sourceFile, int lineNo, int col, bool activatePreview);
H A DTeXDocument.h132 void syncFromSource(const QString& sourceFile, int lineNo, int col, bool activatePreview);
H A DPDFDocument.cpp471 …d PDFDocument::syncFromSource(const QString& sourceFile, int lineNo, int col, bool activatePreview) in syncFromSource() argument
507 if (activatePreview) in syncFromSource()