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

Method hasLoadedComic

YACReader/render.cpp:872–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870}
871
872bool Render::hasLoadedComic()
873{
874 if (comic != nullptr)
875 return comic->loaded();
876 return false;
877}
878
879void Render::setNumPages(unsigned int numPages)
880{

Callers 15

prepareForOpeningMethod · 0.80
nextMethod · 0.80
leftMethod · 0.80
rightMethod · 0.80
prevMethod · 0.80
wheelEventMethod · 0.80
showMagnifyingGlassMethod · 0.80
updateInformationMethod · 0.80
showGoToFlowMethod · 0.80
saveMethod · 0.80
onContinuousScrollMethod · 0.80

Calls 1

loadedMethod · 0.80

Tested by

no test coverage detected