Example #1
0
 def __init__(self, navcore):
     GUIComponent.__init__(self)
     PerServiceBase.__init__(self, navcore, {iPlayableService.evStart: self.newService,
      iPlayableService.evEnd: self.stopEvent,
      iPlayableService.evCuesheetChanged: self.newCuesheet})
     self.instance = None
     self.__seek_position = 0
Example #2
0
 def __init__(self, navcore):
     GUIComponent.__init__(self)
     PerServiceBase.__init__(
         self, navcore, {
             iPlayableService.evStart: self.newService,
             iPlayableService.evEnd: self.stopEvent,
             iPlayableService.evCuesheetChanged: self.newCuesheet
         })
     self.instance = None
     self.__seek_position = 0
Example #3
0
 def destroy(self):
     PerServiceBase.destroy(self)
     GUIComponent.destroy(self)
Example #4
0
	def destroy(self):
		PerServiceBase.destroy(self)
		GUIComponent.destroy(self)