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

Method reset

YACReader/continuous_page_provider.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void ContinuousPageProvider::reset()
119{
120 numPagesValue = 0;
121 requestedFirst = 0;
122 requestedLast = -1;
123 rawDataReady.clear();
124 invalidateAll();
125}
126
127void ContinuousPageProvider::setRotation(int degrees)
128{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected