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

Method relayout

modules/QtPDF/src/PDFPageLayout.cpp:187–192  ·  view source on GitHub ↗

Relayout the pages on the canvas

Source from the content-addressed store, hash-verified

185
186// Relayout the pages on the canvas
187void PDFPageLayout::relayout() {
188 if (_isContinuous)
189 continuousModeRelayout();
190 else
191 singlePageModeRelayout();
192}
193
194// Relayout the pages on the canvas in continuous mode
195void PDFPageLayout::continuousModeRelayout() {

Callers 2

reinitializeSceneMethod · 0.80
setPageModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected