Home
last modified time | relevance | path

Searched refs:changedPage (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/p5-XML-RSS/XML-RSS-1.62/t/
H A D1.0-parse-exotic.t50 "http://example.org/changedPage",
/dports/textproc/p5-XML-RSS-LibXML/XML-RSS-LibXML-0.3105/t/
H A D1.0-parse-exotic.t49 "http://example.org/changedPage",
/dports/editors/texworks/texworks-release-0.6.2/modules/QtPDF/
H A DPDFViewer.cpp49 connect(docWidget, SIGNAL(changedPage(int)), _counter, SLOT(setCurrentPage(int))); in PDFViewer()
/dports/editors/texworks/texworks-release-0.6.2/src/
H A DPDFDocument.cpp137 connect(pdfWidget, SIGNAL(changedPage(int)), this, SLOT(updateStatusBar())); in init()
186 connect(pdfWidget, SIGNAL(changedPage(int)), this, SLOT(enablePageActions(int))); in init()
/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocument.cpp1722 emit changedPage(realPageIndex, sync); local
2910 connect(pdfWidget, SIGNAL(changedPage(int,bool)), this, SLOT(enablePageActions(int,bool)));
2974 connect(pdfWidget, SIGNAL(changedPage(int,bool)), dw, SLOT(pageChanged(int)));
2982 connect(pdfWidget, SIGNAL(changedPage(int,bool)), dw, SLOT(pageChanged(int)));
2998 connect(pdfWidget, SIGNAL(changedPage(int, bool)), dw, SLOT(pageChanged(int)));
3006 connect(pdfWidget, SIGNAL(changedPage(int, bool)), dw, SLOT(pageChanged(int)));
3012 connect(pdfWidget, SIGNAL(changedPage(int,bool)), dw, SLOT(pageChanged(int)));
3013 connect(pdfWidget, SIGNAL(changedPage(int,bool)), dw, SLOT(update()));
H A DPDFDocument.h233 void changedPage(int, bool);
/dports/editors/texworks/texworks-release-0.6.2/modules/QtPDF/src/
H A DPDFDocumentView.h146 void changedPage(int pageNum);
H A DPDFDocumentView.cpp1050 emit changedPage(_currentPage); in goToPage() local
1113 emit changedPage(_currentPage); in goToPage() local
1152 emit changedPage(_currentPage); in goToPage() local
1323 emit changedPage(_currentPage); in paintEvent() local