Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
872
bool Render::hasLoadedComic()
873
{
874
if (comic != nullptr)
875
return comic->loaded();
876
return false;
877
}
878
879
void Render::setNumPages(unsigned int numPages)
880
{
Callers
15
prepareForOpening
Method · 0.80
next
Method · 0.80
left
Method · 0.80
right
Method · 0.80
prev
Method · 0.80
wheelEvent
Method · 0.80
showMagnifyingGlass
Method · 0.80
updateInformation
Method · 0.80
showGoToFlow
Method · 0.80
save
Method · 0.80
setContinuousScrollImpl
Method · 0.80
onContinuousScroll
Method · 0.80
Calls
1
loaded
Method · 0.80
Tested by
no test coverage detected