Пример #1
0
 def __init__(self, overlaid_object):
     # Call the constructor of the parent class
     super(self.__class__, self).__init__(overlaid_object)
     self.ctrl = DummyPoster('fingerCntrl')
Пример #2
0
 def __init__(self, overlaid_object):
     # Call the constructor of the parent class
     MorseOverlay.__init__(self, overlaid_object)
     self.ctrl = DummyPoster('fingerCntrl')
Пример #3
0
 def __init__(self, overlaid_object):
     # Call the constructor of the parent class
     MorseOverlay.__init__(self, overlaid_object)
     self._clean_track = False
     self._rot = 1.0
     self.cntrl = DummyPoster("platineCntrl")
Пример #4
0
 def __init__(self, overlaid_object):
     # Call the constructor of the parent class
     MorseOverlay.__init__(self, overlaid_object)
     self._cntrl = DummyPoster("viamCntrl")
Пример #5
0
 def __init__(self, overlaid_object):
     # Call the constructor of the parent class
     super(self.__class__, self).__init__(overlaid_object)
     self._clean_track = False
     self._cntrl = DummyPoster("rflexCntrl")