![]() |
Qt 4.8
|
#include <qopenkodeeventloopintegration.h>
Public Functions | |
| void | processInputEvent (const KDEvent *event) |
| QOpenKODEEventLoopIntegration () | |
| void | qtNeedsToProcessEvents () |
| void | quitEventLoop () |
| void | startEventLoop () |
Public Functions inherited from QPlatformEventLoopIntegration | |
| qint64 | nextTimerEvent () const |
| QPlatformEventLoopIntegration () | |
| void | setNextTimerEvent (qint64 nextTimerEvent) |
| virtual | ~QPlatformEventLoopIntegration () |
Properties | |
| KDThread * | m_kdThread |
| bool | m_quit |
Additional Inherited Members | |
Static Public Functions inherited from QPlatformEventLoopIntegration | |
| static void | processEvents () |
Protected Variables inherited from QPlatformEventLoopIntegration | |
| QScopedPointer< QPlatformEventLoopIntegrationPrivate > | d_ptr |
Definition at line 53 of file qopenkodeeventloopintegration.h.
| QOpenKODEEventLoopIntegration::QOpenKODEEventLoopIntegration | ( | ) |
Definition at line 92 of file qopenkodeeventloopintegration.cpp.
| void QOpenKODEEventLoopIntegration::processInputEvent | ( | const KDEvent * | event | ) |
|
virtual |
Implements QPlatformEventLoopIntegration.
Definition at line 120 of file qopenkodeeventloopintegration.cpp.
|
virtual |
Implements QPlatformEventLoopIntegration.
Definition at line 115 of file qopenkodeeventloopintegration.cpp.
|
virtual |
Implements QPlatformEventLoopIntegration.
Definition at line 99 of file qopenkodeeventloopintegration.cpp.
|
private |
Definition at line 65 of file qopenkodeeventloopintegration.h.
Referenced by QOpenKODEEventLoopIntegration(), and qtNeedsToProcessEvents().
|
private |
Definition at line 64 of file qopenkodeeventloopintegration.h.
Referenced by quitEventLoop(), and startEventLoop().