Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcocoaeventdispatcher.h File Reference

(76d861f39f5d063a0e065c7e3646606ed6a3b9d1)

#include <QtCore/qabstracteventdispatcher.h>
#include <QtCore/qstack.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/private/qabstracteventdispatcher_p.h>
#include <QtCore/private/qcfsocketnotifier_p.h>
#include <QtCore/private/qtimerinfo_unix_p.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qpointer.h>
#include <CoreFoundation/CoreFoundation.h>
Include dependency graph for qcocoaeventdispatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _QCocoaModalSessionInfo
class  QCocoaEventDispatcher
class  QCocoaEventDispatcherPrivate
class  QtCocoaInterruptDispatcher

Typedefs

typedef struct _NSModalSession * NSModalSession
typedef struct _QCocoaModalSessionInfo QCocoaModalSessionInfo

Functions

 Q_FORWARD_DECLARE_OBJC_CLASS (NSWindow)
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY (lcEventDispatcher)

Typedef Documentation

◆ NSModalSession

typedef struct _NSModalSession* NSModalSession

Definition at line 37 of file qcocoaeventdispatcher.h.

◆ QCocoaModalSessionInfo

Function Documentation

◆ Q_DECLARE_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( lcEventDispatcher )

◆ Q_FORWARD_DECLARE_OBJC_CLASS()

Q_FORWARD_DECLARE_OBJC_CLASS ( NSWindow )