Qt 4.8
|
#include "qcolordialog_p.h"
#include <qapplication.h>
#include <qtimer.h>
#include <qdialogbuttonbox.h>
#include <qabstracteventdispatcher.h>
#include <private/qapplication_p.h>
#include <private/qt_mac_p.h>
#include <qdebug.h>
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
protocol | <NSWindowDelegate > |
class | QCocoaColorPanelDelegate |
Typedefs | |
typedef float | CGFloat |
Functions | |
NSButton * | macCreateButton (const char *text, NSView *superview) |
void | macStartInterceptNSPanelCtor () |
void | macStopInterceptNSPanelCtor () |
typedef float CGFloat |
Definition at line 55 of file qcolordialog_mac.mm.
NSButton* macCreateButton | ( | const char * | text, |
NSView * | superview | ||
) |
Definition at line 211 of file qnspanelproxy_mac.mm.
Referenced by QColorDialogPrivate::openCocoaColorPanel().
void macStartInterceptNSPanelCtor | ( | ) |
Definition at line 150 of file qnspanelproxy_mac.mm.
Referenced by QColorDialogPrivate::openCocoaColorPanel().
void macStopInterceptNSPanelCtor | ( | ) |
Definition at line 169 of file qnspanelproxy_mac.mm.
Referenced by QColorDialogPrivate::openCocoaColorPanel().