Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocks.cpp714 …if (continuous) y += pdf->gridRowHeight() * ((pdf->getPageIndex() + pdf->getPageOffset()) / pdf->g…
749 int rowHeight = pdf->gridRowHeight();
784 pdf->setGridSize(pdf->gridCols(), height() / pdf->gridRowHeight() + 2);
806 pdf->setGridSize(pdf->gridCols(), height() / pdf->gridRowHeight() + 2, true);
833 int rowHeight = pdf->gridRowHeight();
864 …vbar->setRange(0, totalRows * pdf->gridRowHeight() - pdf->gridBorder() - p.height() - 1); // -1 is…
868 …vbar->setPageStep(pdf->gridRowHeight()); // use grid height instead of viewport height here to mov…
H A DPDFDocument.h169 Q_INVOKABLE int gridRowHeight() const;
H A DPDFDocument.cpp1822 int PDFWidget::gridRowHeight() const function in PDFWidget