Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcocoacolordialoghelper.mm File Reference

(6430d1db636962ed25dd1c14a2d7ae548bafb948)

#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 35 of file qcocoacolordialoghelper.mm.

◆ mDialogIsExecuting

BOOL mDialogIsExecuting

Definition at line 33 of file qcocoacolordialoghelper.mm.

◆ mHelper

Initial value:
{
@public
NSColorPanel *mColorPanel

Definition at line 28 of file qcocoacolordialoghelper.mm.

◆ mPanelButtons

QNSPanelContentsWrapper* mPanelButtons

Definition at line 30 of file qcocoacolordialoghelper.mm.

◆ mQtColor

QColor mQtColor

Definition at line 31 of file qcocoacolordialoghelper.mm.

◆ mResultCode

NSInteger mResultCode

Definition at line 32 of file qcocoacolordialoghelper.mm.

◆ mResultSet

BOOL mResultSet

Definition at line 34 of file qcocoacolordialoghelper.mm.

◆ mStolenContentView

NSView* mStolenContentView

Definition at line 29 of file qcocoacolordialoghelper.mm.