Home
last modified time | relevance | path

Searched refs:annotationsReady (Results 1 – 2 of 2) sorted by relevance

/dports/editors/texworks/texworks-release-0.6.2/modules/QtPDF/src/
H A DPDFDocumentView.h377 void annotationsReady(int index);
H A DPDFDocumentView.cpp3288 connect(&_annotWatcher, SIGNAL(resultReadyAt(int)), this, SLOT(annotationsReady(int))); in PDFAnnotationsInfoWidget()
3326 void PDFAnnotationsInfoWidget::annotationsReady(int index) in annotationsReady() function in QtPDF::PDFAnnotationsInfoWidget