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

Method setResolution

src/PDFDocumentWindow.cpp:889–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889void PDFDocumentWindow::setResolution(const double res)
890{
891 Q_ASSERT(pdfWidget);
892 if (res > 0)
893 pdfWidget->setResolution(res);
894}
895
896void PDFDocumentWindow::enableTypesetAction(bool enabled)
897{

Callers 2

doPrefsDialogMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected