54 #ifdef QT_MAC_USE_COCOA 55 #import <Cocoa/Cocoa.h> 65 @interface QT_MANGLE_NAMESPACE(QCocoaView) : NSControl <NSTextInput> {
68 NSDragOperation supportedActions;
72 bool fromKeyDownEvent;
74 @public int alienTouchCount;
78 - (void)frameDidChange:(NSNotification *)note;
79 - (void)setSupportedActions:(NSDragOperation)actions;
80 - (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal;
81 - (void)draggedImage:(NSImage *)anImage endedAt:(
NSPoint)aPoint operation:(NSDragOperation)operation;
84 - (void) qt_clearQWidget;
The QString class provides a Unicode character string.
#define QT_FORWARD_DECLARE_CLASS(name)
The QStringList class provides a list of strings.
#define QT_MANGLE_NAMESPACE(name)
The QEvent class is the base class of all event classes.