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

Method hideProcessSettings

ImagePlay/src/MainWindow.cpp:392–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void MainWindow::hideProcessSettings()
393{
394 ui->processPropertiesWidget->closeSettings();
395
396 ui->dockSettings->setVisible(false);
397 ui->dockProcesses->setVisible(true);
398}
399
400void MainWindow::setActiveProcessStep(IPProcessStep* step)
401{

Callers 2

keyPressEventMethod · 0.80
deleteSelectedItemsMethod · 0.80

Calls 1

closeSettingsMethod · 0.80

Tested by

no test coverage detected