Part of twisted.internet.glib2reactor View Source View In Hierarchy
Method | __init__ | Override init to set the useGtk flag. |
Inherited from Gtk2Reactor:
Method | input_add | Undocumented |
Method | addReader | Add a FileDescriptor
for monitoring of data available to read. |
Method | addWriter | Add a FileDescriptor
for monitoring ability to write data. |
Method | getReaders | Retrieve the list of current FileDescriptor
monitored for reading. |
Method | getWriters | Retrieve the list of current FileDescriptor
monitored for writing. |
Method | removeAll | Remove monitoring for all registered FileDescriptor s. |
Method | removeReader | Stop monitoring the given FileDescriptor
for reading. |
Method | removeWriter | Stop monitoring the given FileDescriptor
for writing. |
Method | doIterationTimeout | Undocumented |
Method | doIteration | Undocumented |
Method | crash | Undocumented |
Method | run | Undocumented |
Method | callback | Undocumented |
Method | simulate | Run simulation loops and reschedule callbacks. |
Method | _handleSignals | Undocumented |
Method | _add | Add the given FileDescriptor
for monitoring either for reading or |
Method | _remove | Remove monitoring the given FileDescriptor
for either reading or |
Method | _doReadOrWrite | Undocumented |