コード例 #1
0
ファイル: gt_import.py プロジェクト: eri-trabiccolo/exaile
 def stop(self):
     self.do_stop = True
     ProgressThread.stop(self)
コード例 #2
0
ファイル: gt_import.py プロジェクト: eri-trabiccolo/exaile
 def __init__(self, data, replace):
     ProgressThread.__init__(self)
     self.data = data
     self.replace = replace
     self.do_stop = False
コード例 #3
0
ファイル: gt_import.py プロジェクト: eri-trabiccolo/exaile
 def __init__(self, import_collection, user_collection):
     ProgressThread.__init__(self)
     self.import_collection = import_collection
     self.user_collection = user_collection
     self.do_stop = False
     self.track_data = []
コード例 #4
0
ファイル: gt_import.py プロジェクト: thiblahute/exaile
 def stop(self):
     self.do_stop = True
     ProgressThread.stop(self)
コード例 #5
0
ファイル: gt_import.py プロジェクト: thiblahute/exaile
 def __init__(self, data, replace):
     ProgressThread.__init__(self)
     self.data = data
     self.replace = replace
     self.do_stop = False
コード例 #6
0
ファイル: gt_import.py プロジェクト: thiblahute/exaile
 def __init__(self, import_collection, user_collection):
     ProgressThread.__init__(self)
     self.import_collection = import_collection
     self.user_collection = user_collection
     self.do_stop = False
     self.track_data = []