MCPcopy Create free account
hub / github.com/TeXworks/texworks / goFirst

Method goFirst

modules/QtPDF/src/PDFDocumentView.cpp:525–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523void PDFDocumentView::goPrev() { goToPage(_currentPage - 1, Qt::AlignBottom); }
524void PDFDocumentView::goNext() { goToPage(_currentPage + 1, Qt::AlignTop); }
525void PDFDocumentView::goFirst() { goToPage(static_cast<size_type>(0)); }
526void PDFDocumentView::goLast() { goToPage(_lastPage - 1); }
527
528void PDFDocumentView::goPrevViewRect() {

Callers 1

PDFViewerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected