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

Method openComic

YACReaderLibrary/library_window.cpp:1720–1729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1718}
1719
1720void LibraryWindow::openComic()
1721{
1722 if (!importedCovers) {
1723
1724 auto comic = comicsModel->getComic(contentViewsManager->comicsView->currentIndex());
1725 auto mode = comicsModel->getMode();
1726
1727 openComic(comic, mode);
1728 }
1729}
1730
1731void LibraryWindow::openComic(const ComicDB &comic, const ComicModel::Mode mode)
1732{

Callers 1

extractMethod · 0.45

Calls 8

getComicMethod · 0.80
getModeMethod · 0.80
currentTextMethod · 0.80
toStringMethod · 0.80
isEmptyMethod · 0.80
getSourceIdMethod · 0.80
currentIndexMethod · 0.45
getIdMethod · 0.45

Tested by

no test coverage detected