![]() |
Qt 6.x
The Qt SDK
|
#include <AppKit/AppKit.h>
#include <QtCore/qdebug.h>
#include <QtCore/qtimer.h>
#include <qpa/qplatformtheme.h>
#include "qcocoacolordialoghelper.h"
#include "qcocoahelpers.h"
#include "qcocoaeventdispatcher.h"
#include "private/qcoregraphics_p.h"
Go to the source code of this file.
Classes | |
category | QT_MANGLE_NAMESPACE(QNSColorPanelDelegate) |
class | QCocoaColorPanel |
Functions | |
QT_NAMESPACE_ALIAS_OBJC_CLASS (QNSColorPanelDelegate) | |
Variables | |
QCocoaColorDialogHelper * | mHelper |
NSView * | mStolenContentView |
QNSPanelContentsWrapper * | mPanelButtons |
QColor | mQtColor |
NSInteger | mResultCode |
BOOL | mDialogIsExecuting |
BOOL | mResultSet |
BOOL | mClosingDueToKnownButton |
QT_NAMESPACE_ALIAS_OBJC_CLASS | ( | QNSColorPanelDelegate | ) |
BOOL mClosingDueToKnownButton |
Definition at line 35 of file qcocoacolordialoghelper.mm.
BOOL mDialogIsExecuting |
Definition at line 33 of file qcocoacolordialoghelper.mm.
QCocoaColorDialogHelper* mHelper |
Definition at line 28 of file qcocoacolordialoghelper.mm.
QNSPanelContentsWrapper* mPanelButtons |
Definition at line 30 of file qcocoacolordialoghelper.mm.
QColor mQtColor |
Definition at line 31 of file qcocoacolordialoghelper.mm.
NSInteger mResultCode |
Definition at line 32 of file qcocoacolordialoghelper.mm.
BOOL mResultSet |
Definition at line 34 of file qcocoacolordialoghelper.mm.
NSView* mStolenContentView |
Definition at line 29 of file qcocoacolordialoghelper.mm.