53 #ifndef QCOCOAPANEL_MAC_P 54 #define QCOCOAPANEL_MAC_P 57 #ifdef QT_MAC_USE_COCOA 58 #import <Cocoa/Cocoa.h> 63 @interface NSPanel (QtIntegration)
64 - (NSDragOperation)draggingEntered:(
id <NSDraggingInfo>)sender;
65 - (NSDragOperation)draggingUpdated:(
id <NSDraggingInfo>)sender;
66 - (void)draggingExited:(
id <NSDraggingInfo>)sender;
67 - (BOOL)performDragOperation:(
id <NSDraggingInfo>)sender;
70 @interface QT_MANGLE_NAMESPACE(QCocoaPanel) : NSPanel {
73 NSInteger dragEnterSequence;
76 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
78 - (void)drawRectOriginal:(NSRect)rect;
#define QT_FORWARD_DECLARE_CLASS(name)
The QStringList class provides a list of strings.