示例#1
0
 def release(self):
     """Stops preview generation and cleans the object."""
     self.stopGeneration()
     Zoomable.__del__(self)
示例#2
0
文件: elements.py 项目: Jactry/pitivi
 def cleanup(self):
     Zoomable.__del__(self)
     self.disconnectFromEvents()
示例#3
0
 def cleanup(self):
     self.stopGeneration()
     Zoomable.__del__(self)
示例#4
0
 def cleanup(self):
     self.stopGeneration()
     self.canvas.disconnect_by_func(self._drawContentCb)
     self.timeline.disconnect_by_func(self._scrolledCb)
     Zoomable.__del__(self)
示例#5
0
 def cleanup(self):
     self.stopGeneration()
     self.canvas.disconnect_by_func(self._drawContentCb)
     self.timeline.disconnect_by_func(self._scrolledCb)
     Zoomable.__del__(self)
示例#6
0
 def release(self):
     """Stops preview generation and cleans the object."""
     self.stop_generation()
     Zoomable.__del__(self)
示例#7
0
 def cleanup(self):
     self.stopGeneration()
     Zoomable.__del__(self)
示例#8
0
 def cleanup(self):
     Zoomable.__del__(self)
     self.disconnectFromEvents()
示例#9
0
 def cleanup(self):
     Zoomable.__del__(self)
示例#10
0
 def cleanup(self):
     """
     Stop preview generation and cleanup object
     """
     self.stopGeneration()
     Zoomable.__del__(self)
示例#11
0
 def cleanup(self):
     """Stops preview generation and cleans the object."""
     self.stopGeneration()
     Zoomable.__del__(self)