Example #1
0
 def __init__(self, wizard, model):
     VideoProducerStep.__init__(self, wizard, model)
     self._inSetup = False
Example #2
0
 def __init__(self, wizard, model):
     VideoProducerStep.__init__(self, wizard, model)
     _FireWireCommon.__init__(self)
Example #3
0
 def __init__(self, wizard, model):
     VideoProducerStep.__init__(self, wizard, model)
     # _sizes is probed, not set from the UI
     self._sizes = None
Example #4
0
 def __init__(self, wizard, model):
     VideoProducerStep.__init__(self, wizard, model)
     _LoopCommon.__init__(self)
Example #5
0
 def __init__(self, wizard, model):
     VideoProducerStep.__init__(self, wizard, model)
     self._inSetup = False
Example #6
0
 def __init__(self, wizard, model):
     VideoProducerStep.__init__(self, wizard, model)
Example #7
0
 def __init__(self, wizard, model):
     VideoProducerStep.__init__(self, wizard, model)
     # _sizes is probed, not set from the UI
     self._sizes = None
Example #8
0
 def __init__(self, wizard, model):
     VideoProducerStep.__init__(self, wizard, model)
     _FireWireCommon.__init__(self)