42 #ifndef QEVENTDISPATCHER_X11_P_H 43 #define QEVENTDISPATCHER_X11_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_X11_P_H int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, timeval *timeout)
#define QT_END_NAMESPACE
This macro expands to.
The QObject class is the base class of all Qt objects.
bool processEvents(QEventLoop::ProcessEventsFlags flags)
Processes pending events that match flags until there are no more events to process.
#define QT_BEGIN_NAMESPACE
This macro expands to.
void flush()
Flushes the event queue.
QEventDispatcherX11(QObject *parent=0)
bool hasPendingEvents()
Returns true if there is an event waiting; otherwise returns false.
QObject * parent() const
Returns a pointer to the parent object.
#define Q_DECLARE_PRIVATE(Class)