----------------------------------------------------------------------------- ! 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. */
| 827 | For example R, G and B channels on a channel splitter. |
| 828 | */ |
| 829 | void 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 | /*! |
| 837 | ImageViewerWindow::on_mousePositionChanged |
nothing calls this directly
no test coverage detected