|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Integrates the GLib main loop with the Qt event loop. More...
#include <glib_mainloop_on_qeventloop.h>
Static Public Member Functions | |
| static void | setup (QObject *parent) |
| Sets up and initializes the GLib main loop integration. | |
Protected Slots | |
| void | checkAndDispatch () |
| Slot triggered to check and dispatch pending GLib events on the Qt main thread. | |
Protected Member Functions | |
| GLibMainloopOnQEventLoop (QObject *parent) | |
| Constructs a new GLibMainloopOnQEventLoop. | |
| ~GLibMainloopOnQEventLoop () | |
| Destroys the GLibMainloopOnQEventLoop. | |
Protected Attributes | |
| GLibPoller | poller_ |
Integrates the GLib main loop with the Qt event loop.
|
explicitprotected |
Constructs a new GLibMainloopOnQEventLoop.
| parent | The parent QObject. |
|
static |
Sets up and initializes the GLib main loop integration.
| parent | The parent QObject to own the integration instance. |
|
protected |
The poller thread managing the GLib context.