コード例 #1
0
ファイル: timeline_undo.py プロジェクト: superdump/pitivi
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("disable-updates", self._timelineDisableUpdatesCb)
コード例 #2
0
ファイル: timeline_undo.py プロジェクト: qlf/Pitivi
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("disable-updates", self._timelineDisableUpdatesCb)