예제 #1
0
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("commited", self._timelineCommitedCb)
예제 #2
0
파일: timeline.py 프로젝트: luisbg/PiTiVi
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("disable-updates", self._timelineDisableUpdatesCb)
예제 #3
0
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("commited", self._timelineCommitedCb)
예제 #4
0
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("disable-updates", self._timelineDisableUpdatesCb)