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

Method execute

ImagePlay/src/MainWindow.cpp:1032–1041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032void MainWindow::execute(bool forcedUpdate/* = false */)
1033{
1034 if(_isPlaying)
1035 {
1036 if(forcedUpdate)
1037 ui->graphicsView->requestUpdate();
1038
1039 ui->graphicsView->execute(forcedUpdate);
1040 }
1041}
1042
1043void MainWindow::setParamsHaveChanged()
1044{

Callers 1

readProcessFileMethod · 0.45

Calls 1

requestUpdateMethod · 0.45

Tested by

no test coverage detected