| 135 | } |
| 136 | |
| 137 | ItemLoadingState 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 | |
| 147 | void playlistItemStatisticsFile::drawItem(QPainter *painter, int frameIdx, double zoomFactor, bool) |
| 148 | { |