def __init__(self, wizard, model):
        WorkerWizardStep.__init__(self, wizard)
        model.firstStep = self
        self.model = model
        self._shouldScan = False

        self.channels.connect('selection-changed',
                              self.on_channels__selection_changed)
Example #2
0
 def __init__(self, wizard, video_producer):
     self.model = Overlay(video_producer)
     WorkerWizardStep.__init__(self, wizard)
Example #3
0
 def __init__(self, wizard, model):
     self.model = model
     WorkerWizardStep.__init__(self, wizard)
Example #4
0
 def __init__(self, wizard):
     self.model = OnDemand()
     self._idleId = -1
     self._blockNext = {}
     WorkerWizardStep.__init__(self, wizard)
Example #5
0
 def __init__(self, wizard):
     WorkerWizardStep.__init__(self, wizard)
     self._muxer = None
Example #6
0
 def __init__(self, wizard):
     self.model = OnDemand()
     self._idleId = -1
     self._blockNext = {}
     WorkerWizardStep.__init__(self, wizard)