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

Method on_comboBoxResults_activated

ImagePlay/src/ImageViewerWindow.cpp:829–834  ·  view source on GitHub ↗

----------------------------------------------------------------------------- ! ImageViewerWindow::on_comboBoxResults_activated Switches between the different result outputs of a process step. For example R, G and B channels on a channel splitter. */

Source from the content-addressed store, hash-verified

827For example R, G and B channels on a channel splitter.
828*/
829void ImageViewerWindow::on_comboBoxResults_activated(int index)
830{
831 // set result index
832 ((IPImageViewer*) ui->tabWidget->currentWidget())->setResultIndex(index);
833 ((IPImageViewer*) ui->tabWidget->currentWidget())->updateImage();
834}
835//-----------------------------------------------------------------------------
836/*!
837ImageViewerWindow::on_mousePositionChanged

Callers

nothing calls this directly

Calls 2

setResultIndexMethod · 0.80
updateImageMethod · 0.45

Tested by

no test coverage detected