Module gui :: Class WorkerThread
[hide private]
[frames] | no frames]

Class WorkerThread

source code

        object --+            
                 |            
threading._Verbose --+        
                     |        
      threading.Thread --+    
                         |    
     WorkerThreadFramework --+
                             |
                            WorkerThread

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
exit(self) source code
 
clearcomm(self) source code
 
setupcomm(self) source code
 
getfundamentals(self) source code
 
getdata(self, req, todo) source code
 
senddata(self, dict, todo) source code
 
writewallpaper(self, data, merge) source code
 
writeringtone(self, data, merge) source code
 
writephonebook(self, data) source code
 
rebootcheck(self, results) source code
 
writecalendar(self, data, merge) source code
 
writememo(self, data, merge) source code
 
writetodo(self, data, merge) source code
 
writesms(self, data, merge) source code
 
writeplaylist(self, data, merge) source code
 
writet9(self, data, merge) source code
 
getphoneinfo(self) source code
 
detectphone(self, using_port=None, using_model=None, delay=0) source code
 
dirlisting(self, path, recurse=0) source code
 
getfileonlylist(self, path) source code
 
getdironlylist(self, path, recurse) source code
 
fulldirlisting(self) source code
 
singledirlisting(self, path) source code
 
getfile(self, path) source code
 
rmfile(self, path) source code
 
writefile(self, path, contents) source code
 
mkdir(self, path) source code
 
rmdir(self, path) source code
 
rmdirs(self, path) source code
 
phonerebootrequest(self, reboot_delay=0) source code
 
phoneofflinerequest(self) source code
 
modemmoderequest(self) source code
 
getbackup(self, path, recurse=0) source code
 
restorefiles(self, files) source code
 
OnDataRecording(self, _=None) source code

Inherited from WorkerThreadFramework: checkthread, log, logdata, progress, progressmajor, progressminor, run, setdispatch

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)