def exitCloseShard(self):
     self.loadingScreen.hide()
     if hasattr(self, 'closeShardEGroup'):
         self.ignore(self.closeShardEGroup.getDoneEvent())
         del self.closeShardEGroup
     if hasattr(self, '_localAvDisableIW'):
         self.ignore(self._localAvDisableIW.getDoneEvent())
         self._localAvDisableIW.destroy()
         del self._localAvDisableIW
     if hasattr(self, '_processVisStopIW'):
         self.ignore(self._processVisStopIW.getDoneEvent())
         self._processVisStopIW.destroy()
         del self._processVisStopIW
     OTPClientRepository.exitCloseShard(self)
Exemplo n.º 2
0
 def exitCloseShard(self):
     self.loadingScreen.hide()
     if hasattr(self, 'closeShardEGroup'):
         self.ignore(self.closeShardEGroup.getDoneEvent())
         del self.closeShardEGroup
     
     if hasattr(self, '_localAvDisableIW'):
         self.ignore(self._localAvDisableIW.getDoneEvent())
         self._localAvDisableIW.destroy()
         del self._localAvDisableIW
     
     if hasattr(self, '_processVisStopIW'):
         self.ignore(self._processVisStopIW.getDoneEvent())
         self._processVisStopIW.destroy()
         del self._processVisStopIW
     
     OTPClientRepository.exitCloseShard(self)