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

Method setWorking

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

Source from the content-addressed store, hash-verified

89 int getCacheFrame() { return currentFrame; }
90 void setJob(playlistItem *item, int frame, bool test = false);
91 void setWorking(bool state) { working = state; }
92 bool isWorking() { return working; }
93 QString getStatus()
94 {

Callers 4

loadFrameMethod · 0.80
threadCachingFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected