示例#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)