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

Method setMainWindow

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

Source from the content-addressed store, hash-verified

65 void setSequenceIndex (int index);
66 void setSequenceRunning (bool status) { _isSequenceRunning = status; }
67 void setMainWindow (MainWindow* mainWindow) { _mainWindow = mainWindow; }
68 void requestUpdate ();
69 MainWindow* mainWindow () { return _mainWindow; }
70 IPProcessGridScene* scene () { return _scene; }

Callers 1

MainWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected