MCPcopy Create free account
hub / github.com/IENT/YUView / needsLoading

Method needsLoading

YUViewLib/src/playlistitem/playlistItemStatisticsFile.cpp:137–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137ItemLoadingState playlistItemStatisticsFile::needsLoading(int frameIdx, bool)
138{
139 if (!this->file)
140 return ItemLoadingState::LoadingNotNeeded;
141
142 auto ret = this->statisticsData.needsLoading(frameIdx);
143 DEBUG_STAT("playlistItemStatisticsFile::needsLoading frameIdx %d - %d", frameIdx, ret);
144 return ret;
145}
146
147void playlistItemStatisticsFile::drawItem(QPainter *painter, int frameIdx, double zoomFactor, bool)
148{

Callers 1

loadFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected