示例#1
0
 def disconnectFromObject(self, obj):
     self.timeline.disconnect_by_func(self._timelineCommitedCb)
     PropertyChangeTracker.disconnectFromObject(self, obj)
示例#2
0
文件: timeline.py 项目: luisbg/PiTiVi
 def disconnectFromObject(self, obj):
     return
     self.timeline.disconnect_by_func(self._timelineDisableUpdatesCb)
     PropertyChangeTracker.disconnectFromObject(self, obj)
示例#3
0
 def disconnectFromObject(self, obj):
     self.timeline.disconnect_by_func(self._timelineCommitedCb)
     PropertyChangeTracker.disconnectFromObject(self, obj)
示例#4
0
 def disconnectFromObject(self, obj):
     return
     self.timeline.disconnect_by_func(self._timelineDisableUpdatesCb)
     PropertyChangeTracker.disconnectFromObject(self, obj)