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
QCocoaColorPanel Class Reference
+ Collaboration diagram for QCocoaColorPanel:

Public Member Functions

 QCocoaColorPanel ()
 
 ~QCocoaColorPanel ()
 
void init (QCocoaColorDialogHelper *helper)
 
void cleanup (QCocoaColorDialogHelper *helper)
 
bool exec ()
 
bool show (Qt::WindowModality windowModality, QWindow *parent)
 
void hide ()
 
QColor currentColor () const
 
void setCurrentColor (const QColor &color)
 

Detailed Description

Definition at line 271 of file qcocoacolordialoghelper.mm.

Constructor & Destructor Documentation

◆ QCocoaColorPanel()

QCocoaColorPanel::QCocoaColorPanel ( )
inline

Definition at line 274 of file qcocoacolordialoghelper.mm.

◆ ~QCocoaColorPanel()

QCocoaColorPanel::~QCocoaColorPanel ( )
inline

Definition at line 279 of file qcocoacolordialoghelper.mm.

Member Function Documentation

◆ cleanup()

void QCocoaColorPanel::cleanup ( QCocoaColorDialogHelper * helper)
inline

Definition at line 289 of file qcocoacolordialoghelper.mm.

◆ currentColor()

QColor QCocoaColorPanel::currentColor ( ) const
inline

Definition at line 318 of file qcocoacolordialoghelper.mm.

◆ exec()

bool QCocoaColorPanel::exec ( )
inline

Definition at line 295 of file qcocoacolordialoghelper.mm.

◆ hide()

void QCocoaColorPanel::hide ( )
inline

Definition at line 313 of file qcocoacolordialoghelper.mm.

◆ init()

void QCocoaColorPanel::init ( QCocoaColorDialogHelper * helper)
inline

Definition at line 284 of file qcocoacolordialoghelper.mm.

◆ setCurrentColor()

void QCocoaColorPanel::setCurrentColor ( const QColor & color)
inline

Definition at line 323 of file qcocoacolordialoghelper.mm.

References QColor::Cmyk.

◆ show()

bool QCocoaColorPanel::show ( Qt::WindowModality windowModality,
QWindow * parent )
inline

Definition at line 304 of file qcocoacolordialoghelper.mm.

References Qt::ApplicationModal, and Q_UNUSED.


The documentation for this class was generated from the following file: