#include <GlibMultiplexer.hpp>
Collaboration diagram for Ionflux::Tools::GlibIOEventInfo:
Public Member Functions | |
GlibIOEventInfo () | |
bool | ioHandler (Glib::IOCondition ioCond) |
IO Handler. | |
Public Attributes | |
IOEvent | event |
IO event. | |
IOHandler * | handler |
IO handler. | |
sigc::connection | signalCon |
IO signal connection. | |
GlibMultiplexer * | target |
multiplexer to call back in case of an IO event. |
This is like an IOEventInfo, but contains additional fields used by the GlibMultiplexer implementation, and also a SigC callback for the IO event.
|
|
|
IO Handler.
|
|
IO event.
|
|
IO handler.
|
|
IO signal connection.
|
|
multiplexer to call back in case of an IO event.
|