Package twisted :: Package internet :: Module gladereactor :: Class GladeReactor
[show private | hide private]
[frames | no frames]

Class GladeReactor

 ReactorBase --+        
               |        
PosixReactorBase --+    
                   |    
         Gtk2Reactor --+
                       |
                      GladeReactor


GTK+-2 event loop reactor with GUI.
Method Summary
  __init__(self)
  addReader(self, reader)
  addSystemEventTrigger(self, phase, eventType, f, *args, **kw)
See twisted.internet.interfaces.IReactorCore.addSystemEventTrigger. (inherited from ReactorBase)
  addWriter(self, writer)
  callback(self, source, condition)
(inherited from Gtk2Reactor)
  callFromThread(self, f, *args, **kw)
See twisted.internet.interfaces.IReactorThreads.callFromThread. (inherited from ReactorBase)
  callInThread(self, callable, *args, **kwargs)
See twisted.internet.interfaces.IReactorThreads.callInThread. (inherited from ReactorBase)
  callLater(self, seconds, f, *args, **kw)
See twisted.internet.interfaces.IReactorTime.callLater. (inherited from ReactorBase)
  cancelCallLater(self, callID)
See twisted.internet.interfaces.IReactorTime.cancelCallLater. (inherited from ReactorBase)
  clientSSL(self, host, port, protocol, contextFactory, timeout)
Deprecated - use connectSSL instead. (inherited from ReactorBase)
  clientTCP(self, host, port, protocol, timeout)
Deprecated - use connectTCP instead. (inherited from ReactorBase)
  clientUNIX(self, address, protocol, timeout)
Deprecated - use connectUNIX instead. (inherited from ReactorBase)
  connectMulticast(self, remotehost, remoteport, protocol, localport, interface, maxPacketSize)
Connects a ConnectedDatagramProtocol instance to a UDP port. (inherited from PosixReactorBase)
  connectSSL(self, host, port, factory, contextFactory, timeout, bindAddress)
(inherited from PosixReactorBase)
  connectTCP(self, host, port, factory, timeout, bindAddress)
(inherited from PosixReactorBase)
  connectUDP(self, remotehost, remoteport, protocol, localport, interface, maxPacketSize)
Connects a ConnectedDatagramProtocolinstance to a UDP port. (inherited from PosixReactorBase)
  connectUNIX(self, address, factory, timeout)
(inherited from PosixReactorBase)
  connectWith(self, connectorType, *args, **kw)
(inherited from PosixReactorBase)
  crash(self)
See twisted.internet.interfaces.IReactorCore.crash.
  disconnectAll(self)
Disconnect every reader, and writer in the system. (inherited from ReactorBase)
  doIteration(self, delay)
(inherited from Gtk2Reactor)
  doIterationTimeout(self, *args)
(inherited from Gtk2Reactor)
  fireSystemEvent(self, eventType)
See twisted.internet.interfaces.IReactorCore.fireSystemEvent. (inherited from ReactorBase)
  getDelayedCalls(self)
(inherited from ReactorBase)
  initThreads(self)
(inherited from ReactorBase)
  input_add(self, source, condition, callback)
(inherited from Gtk2Reactor)
  installResolver(self, resolver)
(inherited from ReactorBase)
  installWaker(self)
Install a `waker' to allow other threads to wake up the IO thread. (inherited from PosixReactorBase)
  iterate(self, delay)
See twisted.internet.interfaces.IReactorCore.iterate. (inherited from ReactorBase)
  listenMulticast(self, port, protocol, interface, maxPacketSize)
Connects a given DatagramProtocol to the given numeric UDP port. (inherited from PosixReactorBase)
  listenSSL(self, port, factory, contextFactory, backlog, interface)
(inherited from PosixReactorBase)
  listenTCP(self, port, factory, backlog, interface)
(inherited from PosixReactorBase)
  listenUDP(self, port, protocol, interface, maxPacketSize)
Connects a given DatagramProtocolto the given numeric UDP port. (inherited from PosixReactorBase)
  listenUNIX(self, address, factory, backlog, mode)
(inherited from PosixReactorBase)
  listenWith(self, portType, *args, **kw)
(inherited from PosixReactorBase)
  mainLoop(self)
(inherited from PosixReactorBase)
  on_disconnect_clicked(self, w)
  on_quit_clicked(self, w)
  on_suspend_clicked(self, w)
  removeAll(self)
(inherited from Gtk2Reactor)
  removeReader(self, reader)
  removeSystemEventTrigger(self, triggerID)
See twisted.internet.interfaces.IReactorCore.removeSystemEventTrigger. (inherited from ReactorBase)
  removeWriter(self, writer)
  resolve(self, name, timeout)
Return a Deferred that will resolve a hostname. (inherited from ReactorBase)
  run(self, installSignalHandlers)
  runUntilCurrent(self)
Run all pending timed calls. (inherited from ReactorBase)
  servers_selection_changed(self, w)
  sigBreak(self, *args)
Handle a SIGBREAK interrupt. (inherited from ReactorBase)
  sigInt(self, *args)
Handle a SIGINT interrupt. (inherited from ReactorBase)
  sigTerm(self, *args)
Handle a SIGTERM interrupt. (inherited from ReactorBase)
  simulate(self)
Run simulation loops and reschedule callbacks. (inherited from Gtk2Reactor)
  spawnProcess(self, processProtocol, executable, args, env, path, uid, gid, usePTY)
(inherited from PosixReactorBase)
  startRunning(self, installSignalHandlers)
(inherited from PosixReactorBase)
  stop(self)
See twisted.internet.interfaces.IReactorCore.stop. (inherited from ReactorBase)
  suggestThreadPoolSize(self, size)
See twisted.internet.interfaces.IReactorThreads.suggestThreadPoolSize. (inherited from ReactorBase)
  timeout(self)
(inherited from ReactorBase)
  toggle_suspend(self, suspending)
  wakeUp(self)
Wake up the event loop. (inherited from ReactorBase)
  _cbContinueSystemEvent(self, result, eventType)
(inherited from ReactorBase)
  _continueSystemEvent(self, eventType)
(inherited from ReactorBase)
  _doReadOrWrite(self, source, condition, faildict)
(inherited from Gtk2Reactor)
  _goAway(self, reader)
  _handleSigchld(self, signum, frame)
Reap all processes on SIGCHLD. (inherited from PosixReactorBase)
  _handleSignals(self)
Install the signal handlers for the Twisted event loop. (inherited from PosixReactorBase)
  _initThreadPool(self)
(inherited from ReactorBase)
  _internalResolve(self, name, timeout)
(inherited from ReactorBase)
  _maybeAddServer(self, reader, read, write)
  _resetCallLater(self, tple)
(inherited from ReactorBase)

Method Details

crash(self)

See twisted.internet.interfaces.IReactorCore.crash.
Overrides:
twisted.internet.gtk2reactor.Gtk2Reactor.crash (inherited documentation)

Generated by Epydoc 1.1 on Fri Jun 27 03:48:08 2003 http://epydoc.sf.net