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

Method getCurrentPage

YACReader/render.cpp:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442QPixmap *Render::getCurrentPage()
443{
444 auto page = new QPixmap();
445 *page = page->fromImage(*buffer[currentPageBufferedIndex]);
446 return page;
447}
448
449QPixmap *Render::getCurrentDoublePage()
450{

Callers 1

updatePageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected