Home | Trees | Indices | Help |
|
---|
|
object --+ | singleton.Singleton --+ | ireactor.ReactorInterface --+ | Gtk2Reactor
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
_stop_funcs = []
|
|||
_start_funcs = []
|
|||
Inherited from |
|
|||
Inherited from |
|
Add timer.
Note: should return an ID assigned to the timer, so that it can be removed by rem_timer(). |
Removes a timer.
|
Adds a fd for watch.
|
Removes a fd from being watched.
|
Registers a function to be called before entering the STOPPED state.
|
Removes a registered function.
|
Registers a function to be called before starting the main loop.
|
Removes a registered function.
|
Runs a single iteration of the main loop. Reactor enters the RUNNING state while this method executes.
|
Enters the RUNNING state by running the main loop until main_quit() is called.
|
Terminates the main loop.
|
Returns True if the main loop is running
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 9 22:24:57 2009 | http://epydoc.sourceforge.net |