Beispiel #1
0
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("commited", self._timelineCommitedCb)
Beispiel #2
0
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("disable-updates", self._timelineDisableUpdatesCb)
Beispiel #3
0
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("commited", self._timelineCommitedCb)
Beispiel #4
0
 def connectToObject(self, obj):
     PropertyChangeTracker.connectToObject(self, obj)
     self.timeline = obj.timeline
     self.timeline.connect("disable-updates", self._timelineDisableUpdatesCb)