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

Method getCacheStatusText

YUViewLib/src/video/VideoCache.cpp:1497–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495}
1496
1497QStringList VideoCache::getCacheStatusText()
1498{
1499 QStringList txt;
1500 txt.append("Interactive:");
1501 txt.append(interactiveThread[0]->worker()->getStatus());
1502 txt.append(interactiveThread[1]->worker()->getStatus());
1503 txt.append("Caching:");
1504 for (loadingThread *t : cachingThreadList)
1505 txt.append(t->worker()->getStatus());
1506 return txt;
1507}
1508
1509void VideoCache::updateTestProgress()
1510{

Callers 1

onUpdateCacheStatusMethod · 0.80

Calls 3

appendMethod · 0.80
getStatusMethod · 0.80
workerMethod · 0.80

Tested by

no test coverage detected