![]() |
Qt 4.8
|
#include <quikiteventloop.h>
Public Functions | |
| void | qtNeedsToProcessEvents () |
| QUIKitEventLoop () | |
| void | quitEventLoop () |
| void | startEventLoop () |
| ~QUIKitEventLoop () | |
Public Functions inherited from QPlatformEventLoopIntegration | |
| qint64 | nextTimerEvent () const |
| QPlatformEventLoopIntegration () | |
| void | setNextTimerEvent (qint64 nextTimerEvent) |
| virtual | ~QPlatformEventLoopIntegration () |
Public Variables | |
| EventLoopHelper * | mHelper |
| QUIKitSoftwareInputHandler * | mInputHandler |
| NSTimer * | mTimer |
Additional Inherited Members | |
Static Public Functions inherited from QPlatformEventLoopIntegration | |
| static void | processEvents () |
Protected Variables inherited from QPlatformEventLoopIntegration | |
| QScopedPointer< QPlatformEventLoopIntegrationPrivate > | d_ptr |
Definition at line 55 of file quikiteventloop.h.
| QUIKitEventLoop::QUIKitEventLoop | ( | ) |
Definition at line 176 of file quikiteventloop.mm.
| QUIKitEventLoop::~QUIKitEventLoop | ( | ) |
Definition at line 185 of file quikiteventloop.mm.
|
virtual |
Implements QPlatformEventLoopIntegration.
Definition at line 206 of file quikiteventloop.mm.
|
virtual |
Implements QPlatformEventLoopIntegration.
Definition at line 201 of file quikiteventloop.mm.
|
virtual |
Implements QPlatformEventLoopIntegration.
Definition at line 192 of file quikiteventloop.mm.
| EventLoopHelper* QUIKitEventLoop::mHelper |
Definition at line 65 of file quikiteventloop.h.
Referenced by qtNeedsToProcessEvents(), and ~QUIKitEventLoop().
| QUIKitSoftwareInputHandler* QUIKitEventLoop::mInputHandler |
Definition at line 67 of file quikiteventloop.h.
| NSTimer* QUIKitEventLoop::mTimer |
Definition at line 66 of file quikiteventloop.h.
Referenced by startEventLoop(), and ~QUIKitEventLoop().