#include "qeventdispatcher_cf_p.h"
#include <QtCore/qdebug.h>
#include <QtCore/qmetaobject.h>
#include <QtCore/qthread.h>
#include <QtCore/private/qcoreapplication_p.h>
#include <QtCore/private/qcore_unix_p.h>
#include <QtCore/private/qthread_p.h>
#include <limits>
#include <UIKit/UIApplication.h>
#include "qeventdispatcher_cf.moc"
#include "moc_qeventdispatcher_cf_p.cpp"
Go to the source code of this file.
◆ Q_ENUM_PRINTER
#define Q_ENUM_PRINTER |
( |
|
enumName | ) |
|
Value:
{ \
return RunLoopDebugger::staticMetaObject.enumerator(RunLoopDebugger::staticMetaObject.indexOfEnumerator(#enumName)).valueToKey(
value); \
}
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
#define qPrintable(string)
Definition at line 151 of file qeventdispatcher_cf.mm.
◆ Q_MIRROR_ENUM
◆ operator<<()
◆ Q_ENUM_PRINTER() [1/2]
Q_ENUM_PRINTER |
( |
Activity |
| ) |
|
◆ Q_ENUM_PRINTER() [2/2]
Q_ENUM_PRINTER |
( |
Result |
| ) |
|
◆ QT_NAMESPACE_ALIAS_OBJC_CLASS()
QT_NAMESPACE_ALIAS_OBJC_CLASS |
( |
RunLoopModeTracker |
| ) |
|
◆ kCFTimeIntervalDistantFuture
const CFTimeInterval kCFTimeIntervalDistantFuture = std::numeric_limits<CFTimeInterval>::max() |
|
static |
◆ kCFTimeIntervalMinimum
const CFTimeInterval kCFTimeIntervalMinimum = 0 |
|
static |
◆ m_runLoopModes
QStack<CFStringRef> m_runLoopModes |