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

Method maybeZoomToWindow

src/PDFDocumentWindow.h:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 void maybeOpenUrl(const QUrl & url);
140 void maybeOpenPdf(const QString & filename, const QtPDF::PDFDestination & destination, const bool newWindow);
141 void maybeZoomToWindow(bool doZoom) { if (doZoom) pdfWidget->zoomFitWindow(); }
142 void maybeEnableCopyCommand(const bool isTextSelected);
143
144signals:

Callers

nothing calls this directly

Calls 1

zoomFitWindowMethod · 0.80

Tested by

no test coverage detected