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

Method scene

ImagePlay/include/IPProcessGrid.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 void requestUpdate ();
69 MainWindow* mainWindow () { return _mainWindow; }
70 IPProcessGridScene* scene () { return _scene; }
71 void stopExecution () { _stopExecution = true; }
72 bool isRunning () { return _isRunning; }
73

Callers 2

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected