Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qeventdispatcher_cf.mm File Reference

(f8da484d5741d1191504eefddf5134fd7009e16a)

#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"
+ Include dependency graph for qeventdispatcher_cf.mm:

Go to the source code of this file.

Classes

category  QT_MANGLE_NAMESPACE(RunLoopModeTracker)
 
class  RunLoopDebugger
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 

Macros

#define Q_MIRROR_ENUM(name)   name = name
 
#define Q_ENUM_PRINTER(enumName)
 

Functions

 QtPrivate::Q_LOGGING_CATEGORY (lcEventDispatcher, "qt.eventdispatcher")
 
 QtPrivate::Q_LOGGING_CATEGORY (lcEventDispatcherTimers, "qt.eventdispatcher.timers")
 
 QT_NAMESPACE_ALIAS_OBJC_CLASS (RunLoopModeTracker)
 
 Q_ENUM_PRINTER (Activity)
 
 Q_ENUM_PRINTER (Result)
 
QDebug operator<< (QDebug s, timespec tv)
 

Variables

QStack< CFStringRef > m_runLoopModes
 
static const CFTimeInterval kCFTimeIntervalMinimum = 0
 
static const CFTimeInterval kCFTimeIntervalDistantFuture = std::numeric_limits<CFTimeInterval>::max()
 

Macro Definition Documentation

◆ Q_ENUM_PRINTER

#define Q_ENUM_PRINTER ( enumName)
Value:
static const char* qPrintable##enumName(int value) \
{ \
return RunLoopDebugger::staticMetaObject.enumerator(RunLoopDebugger::staticMetaObject.indexOfEnumerator(#enumName)).valueToKey(value); \
}
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
#define qPrintable(string)
Definition qstring.h:1531

Definition at line 151 of file qeventdispatcher_cf.mm.

◆ Q_MIRROR_ENUM

#define Q_MIRROR_ENUM ( name)    name = name

Definition at line 132 of file qeventdispatcher_cf.mm.

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug s,
timespec tv )

Definition at line 160 of file qeventdispatcher_cf.mm.

References qSetFieldWidth(), qSetPadChar(), and Qt::reset().

+ Here is the call graph for this function:

◆ 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 )

Variable Documentation

◆ kCFTimeIntervalDistantFuture

const CFTimeInterval kCFTimeIntervalDistantFuture = std::numeric_limits<CFTimeInterval>::max()
static

Definition at line 167 of file qeventdispatcher_cf.mm.

◆ kCFTimeIntervalMinimum

const CFTimeInterval kCFTimeIntervalMinimum = 0
static

Definition at line 166 of file qeventdispatcher_cf.mm.

◆ m_runLoopModes

QStack<CFStringRef> m_runLoopModes

Definition at line 57 of file qeventdispatcher_cf.mm.