MCPcopy Create free account
hub / github.com/YACReader/yacreader / toFullScreen

Method toFullScreen

YACReaderLibrary/classic_comics_view.cpp:238–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void ClassicComicsView::toFullScreen()
239{
240 comicFlow->hide();
241 comicFlow->setCenterIndex(comicFlow->centerIndex());
242 comics->hide();
243
244 // showFullScreen() //parent windows
245
246 comicFlow->show();
247 comicFlow->setFocus(Qt::OtherFocusReason);
248}
249
250void ClassicComicsView::toNormal()
251{

Callers

nothing calls this directly

Calls 4

hideMethod · 0.80
setCenterIndexMethod · 0.45
centerIndexMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected