Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcocoacolordialoghelper.mm File Reference

(76d861f39f5d063a0e065c7e3646606ed6a3b9d1)

#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"
Include dependency graph for qcocoacolordialoghelper.mm:

Go to the source code of this file.

Classes

category  QT_MANGLE_NAMESPACE(QNSColorPanelDelegate)
class  QCocoaColorPanel

Functions

 QT_NAMESPACE_ALIAS_OBJC_CLASS (QNSColorPanelDelegate)

Variables

QCocoaColorDialogHelpermHelper
NSView * mStolenContentView
QNSPanelContentsWrappermPanelButtons
QColor mQtColor
NSInteger mResultCode
BOOL mDialogIsExecuting
BOOL mResultSet
BOOL mClosingDueToKnownButton

Function Documentation

◆ QT_NAMESPACE_ALIAS_OBJC_CLASS()

QT_NAMESPACE_ALIAS_OBJC_CLASS ( QNSColorPanelDelegate )

Variable Documentation

◆ mClosingDueToKnownButton

BOOL mClosingDueToKnownButton

Definition at line 36 of file qcocoacolordialoghelper.mm.

◆ mDialogIsExecuting

BOOL mDialogIsExecuting

Definition at line 34 of file qcocoacolordialoghelper.mm.

◆ mHelper

Initial value:
{
@public
NSColorPanel *mColorPanel

Definition at line 29 of file qcocoacolordialoghelper.mm.

◆ mPanelButtons

QNSPanelContentsWrapper* mPanelButtons

Definition at line 31 of file qcocoacolordialoghelper.mm.

◆ mQtColor

QColor mQtColor

Definition at line 32 of file qcocoacolordialoghelper.mm.

◆ mResultCode

NSInteger mResultCode

Definition at line 33 of file qcocoacolordialoghelper.mm.

◆ mResultSet

BOOL mResultSet

Definition at line 35 of file qcocoacolordialoghelper.mm.

◆ mStolenContentView

NSView* mStolenContentView

Definition at line 30 of file qcocoacolordialoghelper.mm.