QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
QgsColorDialog Class Reference

A custom QGIS dialog for selecting a color. More...

#include <qgscolordialog.h>

Inheritance diagram for QgsColorDialog:
Inheritance graph
[legend]

Public Slots

void setColor (const QColor &color)
 Sets the current color for the dialog. More...
 

Signals

void currentColorChanged (const QColor &color)
 Emitted when the dialog's color changes. More...
 

Public Member Functions

 QgsColorDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, const QColor &color=QColor())
 Create a new color picker dialog. More...
 
QColor color () const
 Returns the current color for the dialog. More...
 
void setAllowOpacity (bool allowOpacity)
 Sets whether opacity modification (transparency) is permitted for the color dialog. More...
 
void setTitle (const QString &title)
 Sets the title for the color dialog. More...
 

Static Public Member Functions

static QColor getColor (const QColor &initialColor, QWidget *parent, const QString &title=QString(), bool allowOpacity=false)
 Returns a color selection from a color dialog. More...
 

Protected Member Functions

void closeEvent (QCloseEvent *e) override
 

Detailed Description

A custom QGIS dialog for selecting a color.

Has many improvements over the standard Qt color picker dialog, including hue wheel supports, color swatches, and a color sampler.

Since
QGIS 2.5

Definition at line 36 of file qgscolordialog.h.

Constructor & Destructor Documentation

QgsColorDialog::QgsColorDialog ( QWidget *  parent = nullptr,
Qt::WindowFlags  fl = QgsGuiUtils::ModalDialogFlags,
const QColor &  color = QColor() 
)

Create a new color picker dialog.

Parameters
parentparent widget
flwindow flags
colorinitial color for dialog

Definition at line 33 of file qgscolordialog.cpp.

Member Function Documentation

void QgsColorDialog::closeEvent ( QCloseEvent *  e)
overrideprotected

Definition at line 160 of file qgscolordialog.cpp.

QColor QgsColorDialog::color ( ) const

Returns the current color for the dialog.

Returns
dialog color

Definition at line 64 of file qgscolordialog.cpp.

void QgsColorDialog::currentColorChanged ( const QColor &  color)
signal

Emitted when the dialog's color changes.

Parameters
colorcurrent color
QColor QgsColorDialog::getColor ( const QColor &  initialColor,
QWidget *  parent,
const QString &  title = QString(),
bool  allowOpacity = false 
)
static

Returns a color selection from a color dialog.

Parameters
initialColorthe initial color of the selection dialog.
parentparent widget
titlethe title of the dialog.
allowOpacityset to true to allow modification of color opacity value (transparency)
Returns
Selected color on accepted() or initialColor on rejected().

Definition at line 80 of file qgscolordialog.cpp.

void QgsColorDialog::setAllowOpacity ( bool  allowOpacity)

Sets whether opacity modification (transparency) is permitted for the color dialog.

Defaults to true.

Parameters
allowOpacityset to false to disable opacity modification
Since
QGIS 3.0

Definition at line 74 of file qgscolordialog.cpp.

void QgsColorDialog::setColor ( const QColor &  color)
slot

Sets the current color for the dialog.

Parameters
colordesired color

Definition at line 142 of file qgscolordialog.cpp.

void QgsColorDialog::setTitle ( const QString &  title)

Sets the title for the color dialog.

Parameters
titletitle for dialog box

Definition at line 69 of file qgscolordialog.cpp.


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