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

Method toggleFullScreen

src/PDFDocumentWindow.cpp:846–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void PDFDocumentWindow::toggleFullScreen()
847{
848 Q_ASSERT(_fullScreenManager);
849 _fullScreenManager->toggleFullscreen();
850}
851
852void PDFDocumentWindow::setPageMode(const int newMode)
853{

Callers

nothing calls this directly

Calls 1

toggleFullscreenMethod · 0.80

Tested by

no test coverage detected