![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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 struct _NSModalSession* NSModalSession |
Definition at line 36 of file qcocoaeventdispatcher.h.
typedef struct _QCocoaModalSessionInfo QCocoaModalSessionInfo |
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY | ( | lcEventDispatcher | ) |
Q_FORWARD_DECLARE_OBJC_CLASS | ( | NSWindow | ) |