42 #ifndef QEVENTDISPATCHER_QPA_P_H 43 #define QEVENTDISPATCHER_QPA_P_H 56 #include "private/qeventdispatcher_unix_p.h" 80 int select(
int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
86 #endif // QEVENTDISPATCHER_QPA_P_H int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, timeval *timeout)
QEventDispatcherQPA(QObject *parent=0)
#define QT_END_NAMESPACE
This macro expands to.
void unregisterSocketNotifier(QSocketNotifier *notifier)
Unregisters notifier from the event dispatcher.
void registerSocketNotifier(QSocketNotifier *notifier)
Registers notifier with the event loop.
The QObject class is the base class of all Qt objects.
The QSocketNotifier class provides support for monitoring activity on a file descriptor.
#define QT_BEGIN_NAMESPACE
This macro expands to.
bool processEvents(QEventLoop::ProcessEventsFlags flags)
Processes pending events that match flags until there are no more events to process.
bool hasPendingEvents()
Returns true if there is an event waiting; otherwise returns false.
void flush()
Flushes the event queue.
QObject * parent() const
Returns a pointer to the parent object.
#define Q_DECLARE_PRIVATE(Class)