623d2726d42824fb9f15ce8dc3f6c06502366a46,ilastik/applets/dataSelection/dataSelectionGui.py,DataSelectionGui,viewerControlWidget,#DataSelectionGui#,79

Before Change


        return []

    def viewerControlWidget(self):
        return QWidget() // No viewer controls for this applet.

    def setImageIndex(self, imageIndex):
        pass // This applet doesn"t care which image is currently selected.  It always lists all inputs.

After Change


        return []

    def viewerControlWidget(self):
        return self._viewerControlWidgetStack

    def setImageIndex(self, imageIndex):
        pass // This applet doesn"t care which image is currently selected.  It always lists all inputs.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: ilastik/ilastik
Commit Name: 623d2726d42824fb9f15ce8dc3f6c06502366a46
Time: 2013-04-18
Author: thorben.kroeger@iwr.uni-heidelberg.de
File Name: ilastik/applets/dataSelection/dataSelectionGui.py
Class Name: DataSelectionGui
Method Name: viewerControlWidget


Project Name: ilastik/ilastik
Commit Name: 54752cfa38468abbab5580fae1a718bb41fe3f31
Time: 2013-04-19
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/dataSelection/dataSelectionGui.py
Class Name: DataSelectionGui
Method Name: viewerControlWidget


Project Name: ilastik/ilastik
Commit Name: b0485b3b687c83e19e74c937e96f7ce758375187
Time: 2013-01-28
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/batchIo/batchIoGui.py
Class Name: BatchIoGui
Method Name: viewerControlWidget