![]() |
Qt 6.x
The Qt SDK
|
#include <qpa/qplatformwindow.h>#include <qpa/qplatformwindow_p.h>#include <QRect>#include <QPointer>#include "qcocoaglcontext.h"#include "qnsview.h"#include "qnswindow.h"#include <QHash>
Include dependency graph for qcocoawindow.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QCocoaWindow |
| struct | QCocoaWindow::BorderRange |
Macros | |
| #define | Q_NOTIFICATION_HANDLER(notification) |
| #define | Q_NOTIFICATION_PREFIX QT_STRINGIFY2(Q_COCOA_NOTIFICATION_) |
Typedefs | |
| using | NSInteger = long |
| using | NSUInteger = unsigned long |
Functions | |
| Q_FORWARD_DECLARE_OBJC_CLASS (NSWindow) | |
| Q_FORWARD_DECLARE_OBJC_CLASS (NSView) | |
| Q_FORWARD_DECLARE_OBJC_CLASS (NSCursor) | |
| QDebug | operator<< (QDebug debug, const QCocoaWindow *window) |
Variables | |
| const NSNotificationName | QCocoaWindowWillReleaseQNSViewNotification |
| #define Q_NOTIFICATION_HANDLER | ( | notification | ) |
Definition at line 62 of file qcocoawindow.h.
| #define Q_NOTIFICATION_PREFIX QT_STRINGIFY2(Q_COCOA_NOTIFICATION_) |
Definition at line 63 of file qcocoawindow.h.
| using NSInteger = long |
Definition at line 29 of file qcocoawindow.h.
| using NSUInteger = unsigned long |
Definition at line 30 of file qcocoawindow.h.
| QDebug operator<< | ( | QDebug | debug, |
| const QCocoaWindow * | window | ||
| ) |
Definition at line 2011 of file qcocoawindow.mm.
References debug, and window().
Here is the call graph for this function:| Q_FORWARD_DECLARE_OBJC_CLASS | ( | NSCursor | ) |
| Q_FORWARD_DECLARE_OBJC_CLASS | ( | NSView | ) |
| Q_FORWARD_DECLARE_OBJC_CLASS | ( | NSWindow | ) |
|
extern |
Definition at line 144 of file qcocoawindow.mm.
Referenced by QCocoaWindow::~QCocoaWindow().