Home
last modified time | relevance | path

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

/dports/editors/texworks/texworks-release-0.6.2/src/
H A DPDFDocument.h98 void texClosed(QObject *obj);
H A DTeXDocument.cpp810 pdfDoc->texClosed(this); in saveAs()
1351 connect(this, SIGNAL(destroyed(QObject*)), pdfDoc, SLOT(texClosed(QObject*))); in openPdfIfAvailable()
3245 disconnect(this, SIGNAL(destroyed(QObject*)), pdfDoc, SLOT(texClosed(QObject*))); in detachPdf()
H A DPDFDocument.cpp319 void PDFDocument::texClosed(QObject *obj) in texClosed() function in PDFDocument