53 #ifndef QCOCOAWINDOW_MAC_P 54 #define QCOCOAWINDOW_MAC_P 56 #ifdef QT_MAC_USE_COCOA 58 #import <Cocoa/Cocoa.h> 59 #include <private/qapplication_p.h> 60 #include <private/qbackingstore_p.h> 62 enum { QtMacCustomizeWindow = 1 << 21 };
68 @interface NSWindow (QtCoverForHackWithCategory)
69 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
77 @interface NSWindow (QtIntegration)
78 - (NSDragOperation)draggingEntered:(
id <NSDraggingInfo>)sender;
79 - (NSDragOperation)draggingUpdated:(
id <NSDraggingInfo>)sender;
80 - (void)draggingExited:(
id <NSDraggingInfo>)sender;
81 - (BOOL)performDragOperation:(
id <NSDraggingInfo>)sender;
84 @interface QT_MANGLE_NAMESPACE(QCocoaWindow) : NSWindow {
87 NSInteger dragEnterSequence;
90 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
92 - (void)drawRectOriginal:(NSRect)rect;
#define QT_FORWARD_DECLARE_CLASS(name)
The QStringList class provides a list of strings.
#define QT_MANGLE_NAMESPACE(name)