Package twisted :: Package internet :: Module qtreactor
[show private | hide private]
[frames | no frames]

Module twisted.internet.qtreactor

This module provides support for Twisted to interact with the PyQt mainloop.

In order to use this support, simply do the following:
   |  from twisted.internet import qtreactor
   |  qtreactor.install()

Then use twisted.internet APIs as usual. The other methods here are not intended to be called directly.

API Stability: stable

Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>
Variable Summary
builtin_function_or_method has_key
builtin_function_or_method has_key
FakeModule QApplication
FakeModule QObject
FakeModule QSocketNotifier
FakeModule QTimer
dict reads
FakeModule SIGNAL
dict writes

Variable Details

has_key

has_key = __builtin__.dict.has_key
Type:
builtin_function_or_method
Value:
<built-in method has_key of dict object at 0x10678fc0>                 

has_key

has_key = __builtin__.dict.has_key
Type:
builtin_function_or_method
Value:
<built-in method has_key of dict object at 0x10678228>                 

QApplication

Type:
FakeModule
Value:
<Fake qt.QApplication>                                                 

QObject

Type:
FakeModule
Value:
<Fake qt.QObject>                                                      

QSocketNotifier

Type:
FakeModule
Value:
<Fake qt.QSocketNotifier>                                              

QTimer

Type:
FakeModule
Value:
<Fake qt.QTimer>                                                       

reads

Type:
dict
Value:
{}                                                                     

SIGNAL

Type:
FakeModule
Value:
<Fake qt.SIGNAL>                                                       

writes

Type:
dict
Value:
{}                                                                     

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:14 2003 http://epydoc.sf.net