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

Method pixmap

YACReader/viewer.cpp:888–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886}
887
888QPixmap Viewer::pixmap() const
889{
890 if (currentPage != nullptr && !currentPage->isNull())
891 return *currentPage;
892
893 return content->pixmap();
894}
895
896QByteArray Viewer::rawPage(int page) const
897{

Callers 11

applyThemeMethod · 0.80
deselectMethod · 0.80
selectMethod · 0.80
hdpiPixmapMethod · 0.80
saveImageMethod · 0.80
newComicMethod · 0.80
FolderContentViewMethod · 0.80
applyThemeMethod · 0.80
applyThemeMethod · 0.80
drawFinishedFolderIconFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected