8a50c0c925bb411a40d08e8817286cd3d2dadfe4,ilastik/applets/pixelClassification/pixelClassificationGui.py,PixelClassificationGui,toggleInteractive,#PixelClassificationGui#Any#,135
Before Change
self.pipeline.FreezePredictions.setValue( not checked )
// Auto-set the "show predictions" state according to what the user just clicked.
self.labelingDrawerUi.checkShowPredictions.setChecked( checked )
self.handleShowPredictionsClicked()
// If we"re changing modes, enable/disable other applets accordingly
if self.interactiveModeActive != checked:
After Change
self.pipeline.FreezePredictions.setValue( not checked )
// Auto-set the "show predictions" state according to what the user just clicked.
if checked:
self.labelingDrawerUi.checkShowPredictions.setChecked( True )
self.handleShowPredictionsClicked()
// If we"re changing modes, enable/disable other applets accordingly
if self.interactiveModeActive != checked:
if checked:
self.guiControlSignal.emit( ControlCommand.DisableUpstream )
self.guiControlSignal.emit( ControlCommand.DisableDownstream )
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: ilastik/ilastik
Commit Name: 8a50c0c925bb411a40d08e8817286cd3d2dadfe4
Time: 2012-08-21
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/pixelClassification/pixelClassificationGui.py
Class Name: PixelClassificationGui
Method Name: toggleInteractive
Project Name: matplotlib/matplotlib
Commit Name: 4eb188a34fa0994bfa0e0cf7eae57b009a2128ef
Time: 2019-09-08
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/backends/backend_qt5.py
Class Name: NavigationToolbar2QT
Method Name: _update_buttons_checked
Project Name: ilastik/ilastik
Commit Name: 169b3bf064d5855d970a08ad1ac82c610764eea4
Time: 2012-05-27
Author: bergs@janelia.hhmi.org
File Name: ilastik-shell/applets/dataSelection/dataSelectionGui.py
Class Name: DataSelectionGui
Method Name: updateTableForSlot