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

Method getStatus

YUViewLib/src/video/VideoCache.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 void setWorking(bool state) { working = state; }
92 bool isWorking() { return working; }
93 QString getStatus()
94 {
95 return QString("T%1: %2").arg(id).arg(working ? QString::number(currentFrame) : QString("-"));
96 }
97 // Process the job in the thread that this worker was moved to. This function can be directly
98 // called from the main thread. It will still process the call in the separate thread.
99 void processCacheJob();

Callers 1

getCacheStatusTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected