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

Method load

YACReader/render.cpp:665–672  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Comic interface -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

663// Comic interface
664//-----------------------------------------------------------------------------
665void Render::load(const QString &path, int atPage)
666{
667 createComic(path);
668 if (comic != nullptr) {
669 loadComic(path, atPage);
670 startLoad();
671 }
672}
673
674//-----------------------------------------------------------------------------
675void Render::load(const QString &path, const ComicDB &comicDB)

Callers 3

loadConfigurationMethod · 0.45
openMethod · 0.45
loadComicMethod · 0.45

Calls 1

setLevelMethod · 0.80

Tested by

no test coverage detected