MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / setThreadRunning

Method setThreadRunning

ImagePlay/include/MainWindow.h:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 void unlockScene ();
141 void loadProcesses ();
142 void setThreadRunning (bool status) { _threadRunning = status; }
143 bool threadRunning () { return _threadRunning; }
144 IPPluginManager* pluginManager () { return _pluginManager; }
145

Callers 1

executeThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected