#include <gtk_dispatch.h>

Public Member Functions | |
| virtual bool | run (bool infinite=true) |
| virtual void | move (Dispatcher &d) |
| virtual bool | idle () const |
| virtual void | exit () |
Implements a dispatcher on top of the GTK/GDK event loop.
| virtual bool SigCX::GtkDispatcher::run | ( | bool | infinite = true |
) | [virtual] |
Run the dispatcher.
Run the dispatcher event loop, receiving events and calling the registered callbacks.
| infinite | If false, run only one iteration, else run until exit() is called on this dispatcher instance. |
true if exit() was called. Implements SigCX::Dispatcher.
| virtual void SigCX::GtkDispatcher::move | ( | Dispatcher & | d | ) | [virtual] |
Move all callbacks to another dispatcher.
| d | The dispatcher to move the callbacks to. |
Implements SigCX::Dispatcher.
| virtual bool SigCX::GtkDispatcher::idle | ( | ) | const [virtual] |
| virtual void SigCX::GtkDispatcher::exit | ( | ) | [virtual] |
1.5.5