DBus::Ecore::BusDispatcher Class Reference
#include <ecore-integration.h>
Public Member Functions | |
BusDispatcher () | |
void | enter () |
void | leave () |
Timeout * | add_timeout (Timeout::Internal *) |
void | rem_timeout (Timeout *) |
Watch * | add_watch (Watch::Internal *) |
void | rem_watch (Watch *) |
Static Public Member Functions | |
static Eina_Bool | dispatch (void *data, Ecore_Fd_Handler *fdh) |
static Eina_Bool | check (void *data, Ecore_Fd_Handler *fdh) |
Detailed Description
Definition at line 91 of file ecore-integration.h.
Constructor & Destructor Documentation
Ecore::BusDispatcher::BusDispatcher | ( | ) |
Definition at line 154 of file ecore-integration.cpp.
Member Function Documentation
Timeout * Ecore::BusDispatcher::add_timeout | ( | Timeout::Internal * | wi | ) | [virtual] |
Implements DBus::Dispatcher.
Definition at line 163 of file ecore-integration.cpp.
References DBus::debug_log, and DBus::Timeout::enabled().
Watch * Ecore::BusDispatcher::add_watch | ( | Watch::Internal * | wi | ) | [virtual] |
Implements DBus::Dispatcher.
Definition at line 179 of file ecore-integration.cpp.
References DBus::Ecore::BusWatch::data(), DBus::debug_log, DBus::Watch::descriptor(), DBus::Watch::enabled(), and DBus::Watch::flags().
Eina_Bool Ecore::BusDispatcher::check | ( | void * | data, | |
Ecore_Fd_Handler * | fdh | |||
) | [static] |
Definition at line 158 of file ecore-integration.cpp.
static Eina_Bool DBus::Ecore::BusDispatcher::dispatch | ( | void * | data, | |
Ecore_Fd_Handler * | fdh | |||
) | [static] |
void DBus::Ecore::BusDispatcher::enter | ( | ) | [inline, virtual] |
Implements DBus::Dispatcher.
Definition at line 96 of file ecore-integration.h.
void DBus::Ecore::BusDispatcher::leave | ( | ) | [inline, virtual] |
Implements DBus::Dispatcher.
Definition at line 98 of file ecore-integration.h.
void Ecore::BusDispatcher::rem_timeout | ( | Timeout * | t | ) | [virtual] |
Implements DBus::Dispatcher.
Definition at line 172 of file ecore-integration.cpp.
References DBus::debug_log.
void Ecore::BusDispatcher::rem_watch | ( | Watch * | w | ) | [virtual] |
Implements DBus::Dispatcher.
Definition at line 190 of file ecore-integration.cpp.
References DBus::debug_log.
The documentation for this class was generated from the following files: