Package Skype4Py :: Package api :: Module windows :: Class SkypeAPI
[frames] | no frames]

Class SkypeAPI

source code

        object --+            
                 |            
threading._Verbose --+        
                     |        
      threading.Thread --+    
                         |    
              SkypeAPIBase --+
                             |
                            SkypeAPI

Instance Methods
 
__init__(self, opts)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
run(self) source code
 
close(self) source code
 
set_friendly_name(self, friendly_name) source code
 
get_foreground_window(self) source code
 
attach(self, timeout, wait=True) source code
 
is_running(self) source code
 
get_skype_path(self) source code
 
startup(self, minimized, nosplash) source code
 
shutdown(self) source code
 
create_window(self) source code
 
destroy_window(self) source code
 
window_proc(self, hwnd, umsg, wparam, lparam) source code
 
send_command(self, command) source code
 
allow_focus(self, timeout) source code

Inherited from SkypeAPIBase: acquire, enable_security_context, pop_command, push_command, release, security_context_enabled, set_attachment_status, set_notifier

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

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

Properties

Inherited from threading.Thread: daemon, ident, name

Inherited from object: __class__

Method Details

__init__(self, opts)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

run(self)

source code 
Overrides: threading.Thread.run

close(self)

source code 
Overrides: SkypeAPIBase.close

set_friendly_name(self, friendly_name)

source code 
Overrides: SkypeAPIBase.set_friendly_name

attach(self, timeout, wait=True)

source code 
Overrides: SkypeAPIBase.attach

is_running(self)

source code 
Overrides: SkypeAPIBase.is_running

startup(self, minimized, nosplash)

source code 
Overrides: SkypeAPIBase.startup

shutdown(self)

source code 
Overrides: SkypeAPIBase.shutdown

send_command(self, command)

source code 
Overrides: SkypeAPIBase.send_command

allow_focus(self, timeout)

source code 
Overrides: SkypeAPIBase.allow_focus