Qt 4.8
|
#include <qdialogbuttonbox.h>
#include <private/qt_mac_p.h>
#include <private/qcocoaintrospection_p.h>
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
#import <objc/objc-class.h>
Go to the source code of this file.
Classes | |
class | QNSPanelProxy |
class | QNSWindowProxy |
Functions | |
NSButton * | macCreateButton (const char *text, NSView *superview) |
void | macStartInterceptNSPanelCtor () |
void | macStartInterceptWindowTitle (QWidget *window) |
void | macStopInterceptNSPanelCtor () |
void | macStopInterceptWindowTitle () |
Variables | |
static QWidget * | currentWindow = 0 |
NSButton* macCreateButton | ( | const char * | text, |
NSView * | superview | ||
) |
Definition at line 211 of file qnspanelproxy_mac.mm.
Referenced by QFontDialogPrivate::createNSFontPanelDelegate(), and QColorDialogPrivate::openCocoaColorPanel().
void macStartInterceptNSPanelCtor | ( | ) |
Definition at line 150 of file qnspanelproxy_mac.mm.
Referenced by QColorDialogPrivate::openCocoaColorPanel().
void macStartInterceptWindowTitle | ( | QWidget * | window | ) |
Definition at line 185 of file qnspanelproxy_mac.mm.
Referenced by QPageSetupDialogPrivate::closeCarbonPageLayout(), and QPrintDialogPrivate::closeCarbonPrintPanel().
void macStopInterceptNSPanelCtor | ( | ) |
Definition at line 169 of file qnspanelproxy_mac.mm.
Referenced by QColorDialogPrivate::openCocoaColorPanel().
void macStopInterceptWindowTitle | ( | ) |
Definition at line 199 of file qnspanelproxy_mac.mm.
Referenced by QPageSetupDialogPrivate::closeCarbonPageLayout(), and QPrintDialogPrivate::closeCarbonPrintPanel().
|
static |
Definition at line 51 of file qnspanelproxy_mac.mm.