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

A cross platform button subclass for selecting colors. More...

#include <qgscolorbutton.h>

Inheritance diagram for QgsColorButton:
Inheritance graph
[legend]

Public Types

enum  Behavior { ShowDialog = 0, SignalOnly }
 Specifies the behavior when the button is clicked. More...
 

Public Slots

void activatePicker ()
 Activates the color picker tool, which allows for sampling a color from anywhere on the screen. More...
 
void copyColor ()
 Copies the current color to the clipboard. More...
 
void pasteColor ()
 Pastes a color from the clipboard to the color button. More...
 
void setButtonBackground (const QColor &color=QColor())
 Sets the background pixmap for the button based upon color and transparency. More...
 
void setColor (const QColor &color)
 Sets the current color for the button. More...
 
void setToDefaultColor ()
 Sets color to the button's default color, if set. More...
 
void setToNoColor ()
 Sets color to a totally transparent color. More...
 
void setToNull ()
 Sets color to null. More...
 

Signals

void colorChanged (const QColor &color)
 Is emitted whenever a new color is set for the button. More...
 
void colorClicked (const QColor &color)
 Emitted when the button is clicked, if the button's behavior is set to SignalOnly. More...
 

Public Member Functions

 QgsColorButton (QWidget *parent=nullptr, const QString &cdt=QString(), QgsColorSchemeRegistry *registry=nullptr)
 Construct a new color ramp button. More...
 
bool allowOpacity () const
 Returns whether opacity modification (transparency) is permitted for the color. More...
 
Behavior behavior () const
 Returns the behavior for when the button is clicked. More...
 
QColor color () const
 Returns the currently selected color. More...
 
QString colorDialogTitle () const
 Returns the title for the color chooser dialog window. More...
 
QgsColorSchemeRegistrycolorSchemeRegistry ()
 Returns the color scheme registry for the button, which controls the color swatch grids that are shown in the button's drop-down menu. More...
 
QString context () const
 Returns the context string for the color button. More...
 
QColor defaultColor () const
 Returns the default color for the button, which is shown in the button's drop-down menu for the "default color" option. More...
 
bool isNull () const
 Returns true if the current color is null. More...
 
QSize minimumSizeHint () const override
 
QString noColorString () const
 Returns the string used for the "no color" option in the button's drop-down menu. More...
 
void setAllowOpacity (bool allowOpacity)
 Sets whether opacity modification (transparency) is permitted for the color. More...
 
void setBehavior (Behavior behavior)
 Sets the behavior for when the button is clicked. More...
 
void setColorDialogTitle (const QString &title)
 Set the title for the color chooser dialog window. More...
 
void setColorSchemeRegistry (QgsColorSchemeRegistry *registry)
 Sets the color scheme registry for the button, which controls the color swatch grids that are shown in the button's drop-down menu. More...
 
void setContext (const QString &context)
 Sets the context string for the color button. More...
 
void setDefaultColor (const QColor &color)
 Sets the default color for the button, which is shown in the button's drop-down menu for the "default color" option. More...
 
void setNoColorString (const QString &noColorString)
 Sets the string to use for the "no color" option in the button's drop-down menu. More...
 
void setShowMenu (bool showMenu)
 Sets whether the drop-down menu should be shown for the button. More...
 
void setShowNoColor (const bool showNoColorOption)
 Sets whether the "no color" option should be shown in the button's drop-down menu. More...
 
void setShowNull (bool showNull)
 Sets whether a set to null (clear) option is shown in the button's drop-down menu. More...
 
bool showMenu () const
 Returns whether the drop-down menu is shown for the button. More...
 
bool showNoColor () const
 Returns whether the "no color" option is shown in the button's drop-down menu. More...
 
bool showNull () const
 Returns whether the set to null (clear) option is shown in the button's drop-down menu. More...
 
QSize sizeHint () const override
 

Protected Member Functions

void changeEvent (QEvent *e) override
 
void dragEnterEvent (QDragEnterEvent *e) override
 Reimplemented to accept dragged colors. More...
 
void dragLeaveEvent (QDragLeaveEvent *e) override
 Reimplemented to reset button appearance after drag leave. More...
 
void dropEvent (QDropEvent *e) override
 Reimplemented to accept dropped colors. More...
 
bool event (QEvent *e) override
 
void keyPressEvent (QKeyEvent *e) override
 Reimplemented to allow canceling color pick via keypress, and sample via space bar press. More...
 
void mouseMoveEvent (QMouseEvent *e) override
 Reimplemented to allow dragging colors from button. More...
 
void mousePressEvent (QMouseEvent *e) override
 Reimplemented to detect right mouse button clicks on the color button and allow dragging colors. More...
 
void mouseReleaseEvent (QMouseEvent *e) override
 Reimplemented to allow color picking. More...
 
void resizeEvent (QResizeEvent *event) override
 
void showEvent (QShowEvent *e) override
 

Static Protected Member Functions

static const QPixmap & transparentBackground ()
 Returns a checkboard pattern pixmap for use as a background to transparent colors. More...
 

Properties

bool allowOpacity
 
Behavior behavior
 
QColor color
 
QString colorDialogTitle
 
QString context
 
QColor defaultColor
 
QString noColorString
 
bool showMenu
 
bool showNoColor
 

Detailed Description

A cross platform button subclass for selecting colors.

Will open a color chooser dialog when clicked. Offers live updates to button from color chooser dialog. An attached drop-down menu allows for copying and pasting colors, picking colors from the screen, and selecting colors from color swatch grids.

Since
QGIS 2.5

Definition at line 35 of file qgscolorbutton.h.

Member Enumeration Documentation

Specifies the behavior when the button is clicked.

Enumerator
ShowDialog 

Show a color picker dialog when clicked.

SignalOnly 

Emit colorClicked signal only, no dialog.

Definition at line 64 of file qgscolorbutton.h.

Constructor & Destructor Documentation

QgsColorButton::QgsColorButton ( QWidget *  parent = nullptr,
const QString &  cdt = QString(),
QgsColorSchemeRegistry registry = nullptr 
)

Construct a new color ramp button.

Use parent to attach a parent QWidget to the dialog. Use cdt string to define the title to show in the color ramp dialog Use a color scheme registry for color swatch grids to show in the drop-down menu. If not specified, the button will use the global color scheme registry instead

Definition at line 40 of file qgscolorbutton.cpp.

Member Function Documentation

void QgsColorButton::activatePicker ( )
slot

Activates the color picker tool, which allows for sampling a color from anywhere on the screen.

Definition at line 709 of file qgscolorbutton.cpp.

bool QgsColorButton::allowOpacity ( ) const
inline

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

Returns
true if opacity modification is allowed
See also
setAllowOpacity()
Since
QGIS 3.0

Definition at line 106 of file qgscolorbutton.h.

Behavior QgsColorButton::behavior ( ) const
inline

Returns the behavior for when the button is clicked.

Returns
behavior when button is clicked
See also
setBehavior

Definition at line 150 of file qgscolorbutton.h.

void QgsColorButton::changeEvent ( QEvent *  e)
overrideprotected

Definition at line 560 of file qgscolorbutton.cpp.

QColor QgsColorButton::color ( ) const

Returns the currently selected color.

Returns
currently selected color
See also
setColor
void QgsColorButton::colorChanged ( const QColor &  color)
signal

Is emitted whenever a new color is set for the button.

The color is always valid. In case the new color is the same no signal is emitted, to avoid infinite loops.

Parameters
colorNew color
void QgsColorButton::colorClicked ( const QColor &  color)
signal

Emitted when the button is clicked, if the button's behavior is set to SignalOnly.

Parameters
colorbutton color
See also
setBehavior
behavior
QString QgsColorButton::colorDialogTitle ( ) const

Returns the title for the color chooser dialog window.

Returns
title for the color chooser dialog
See also
setColorDialogTitle
QgsColorSchemeRegistry* QgsColorButton::colorSchemeRegistry ( )
inline

Returns the color scheme registry for the button, which controls the color swatch grids that are shown in the button's drop-down menu.

Returns
color scheme registry for the button. If returned value is 0 then all color swatch grids are hidden from the button's drop-down menu.
See also
setColorSchemeRegistry

Definition at line 271 of file qgscolorbutton.h.

QString QgsColorButton::context ( ) const
inline

Returns the context string for the color button.

The context string is passed to all color swatch grids shown in the button's drop-down menu, to allow them to customize their display colors based on the context.

Returns
context string for the color button's color swatch grids
See also
setContext

Definition at line 253 of file qgscolorbutton.h.

void QgsColorButton::copyColor ( )
slot

Copies the current color to the clipboard.

See also
pasteColor

Definition at line 692 of file qgscolorbutton.cpp.

QColor QgsColorButton::defaultColor ( ) const
inline

Returns the default color for the button, which is shown in the button's drop-down menu for the "default color" option.

Returns
default color for the button. Returns an invalid QColor if the default color option is disabled.
See also
setDefaultColor

Definition at line 168 of file qgscolorbutton.h.

void QgsColorButton::dragEnterEvent ( QDragEnterEvent *  e)
overrideprotected

Reimplemented to accept dragged colors.

Definition at line 339 of file qgscolorbutton.cpp.

void QgsColorButton::dragLeaveEvent ( QDragLeaveEvent *  e)
overrideprotected

Reimplemented to reset button appearance after drag leave.

Definition at line 353 of file qgscolorbutton.cpp.

void QgsColorButton::dropEvent ( QDropEvent *  e)
overrideprotected

Reimplemented to accept dropped colors.

Definition at line 360 of file qgscolorbutton.cpp.

bool QgsColorButton::event ( QEvent *  e)
overrideprotected

Definition at line 155 of file qgscolorbutton.cpp.

bool QgsColorButton::isNull ( ) const

Returns true if the current color is null.

See also
setShowNull()
showNull()
Since
QGIS 2.16

Definition at line 770 of file qgscolorbutton.cpp.

void QgsColorButton::keyPressEvent ( QKeyEvent *  e)
overrideprotected

Reimplemented to allow canceling color pick via keypress, and sample via space bar press.

Definition at line 326 of file qgscolorbutton.cpp.

QSize QgsColorButton::minimumSizeHint ( ) const
override

Definition at line 69 of file qgscolorbutton.cpp.

void QgsColorButton::mouseMoveEvent ( QMouseEvent *  e)
overrideprotected

Reimplemented to allow dragging colors from button.

Definition at line 260 of file qgscolorbutton.cpp.

void QgsColorButton::mousePressEvent ( QMouseEvent *  e)
overrideprotected

Reimplemented to detect right mouse button clicks on the color button and allow dragging colors.

Definition at line 214 of file qgscolorbutton.cpp.

void QgsColorButton::mouseReleaseEvent ( QMouseEvent *  e)
overrideprotected

Reimplemented to allow color picking.

Definition at line 293 of file qgscolorbutton.cpp.

QString QgsColorButton::noColorString ( ) const
inline

Returns the string used for the "no color" option in the button's drop-down menu.

Returns
string used for the "no color" menu option
See also
setNoColorString
showNoColor
Note
The "no color" option is only shown if the color button is set to show an alpha channel in the color dialog

Definition at line 235 of file qgscolorbutton.h.

void QgsColorButton::pasteColor ( )
slot

Pastes a color from the clipboard to the color button.

If clipboard does not contain a valid color or string representation of a color, then no change is applied.

See also
copyColor

Definition at line 698 of file qgscolorbutton.cpp.

void QgsColorButton::resizeEvent ( QResizeEvent *  event)
overrideprotected

Definition at line 587 of file qgscolorbutton.cpp.

void QgsColorButton::setAllowOpacity ( bool  allowOpacity)

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

Defaults to false.

Parameters
allowOpacityset to true to allow opacity modification
See also
allowOpacity()
Since
QGIS 3.0

Definition at line 726 of file qgscolorbutton.cpp.

void QgsColorButton::setBehavior ( const QgsColorButton::Behavior  behavior)

Sets the behavior for when the button is clicked.

The default behavior is to show a color picker dialog.

Parameters
behaviorbehavior when button is clicked
See also
behavior

Definition at line 750 of file qgscolorbutton.cpp.

void QgsColorButton::setButtonBackground ( const QColor &  color = QColor())
slot

Sets the background pixmap for the button based upon color and transparency.

Call directly to update background after adding/removing QColorDialog::ShowAlphaChannel option but the color has not changed, i.e. setColor() wouldn't update button and you want the button to retain the set color's alpha component regardless

Parameters
colorColor for button background. If no color is specified, the button's current color will be used

Definition at line 619 of file qgscolorbutton.cpp.

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

Sets the current color for the button.

Will emit a colorChanged signal if the color is different to the previous color.

Parameters
colornew color for the button
See also
color

Definition at line 595 of file qgscolorbutton.cpp.

void QgsColorButton::setColorDialogTitle ( const QString &  title)

Set the title for the color chooser dialog window.

Parameters
titleTitle for the color chooser dialog
See also
colorDialogTitle

Definition at line 731 of file qgscolorbutton.cpp.

void QgsColorButton::setColorSchemeRegistry ( QgsColorSchemeRegistry registry)
inline

Sets the color scheme registry for the button, which controls the color swatch grids that are shown in the button's drop-down menu.

Parameters
registrycolor scheme registry for the button. Set to 0 to hide all color swatch grids from the button's drop-down menu.
See also
colorSchemeRegistry

Definition at line 262 of file qgscolorbutton.h.

void QgsColorButton::setContext ( const QString &  context)
inline

Sets the context string for the color button.

The context string is passed to all color swatch grids shown in the button's drop-down menu, to allow them to customize their display colors based on the context.

Parameters
contextcontext string for the color button's color swatch grids
See also
context

Definition at line 244 of file qgscolorbutton.h.

void QgsColorButton::setDefaultColor ( const QColor &  color)

Sets the default color for the button, which is shown in the button's drop-down menu for the "default color" option.

Parameters
colordefault color for the button. Set to an invalid QColor to disable the default color option.
See also
defaultColor

Definition at line 755 of file qgscolorbutton.cpp.

void QgsColorButton::setNoColorString ( const QString &  noColorString)
inline

Sets the string to use for the "no color" option in the button's drop-down menu.

Parameters
noColorStringstring to use for the "no color" menu option
See also
noColorString
setShowNoColor
Note
The "no color" option is only shown if the color button is set to show an alpha channel in the color dialog

Definition at line 200 of file qgscolorbutton.h.

void QgsColorButton::setShowMenu ( bool  showMenu)

Sets whether the drop-down menu should be shown for the button.

The default behavior is to show the menu.

Parameters
showMenuset to false to hide the drop-down menu
See also
showMenu

Definition at line 741 of file qgscolorbutton.cpp.

void QgsColorButton::setShowNoColor ( const bool  showNoColorOption)
inline

Sets whether the "no color" option should be shown in the button's drop-down menu.

If selected, the "no color" option sets the color button's color to a totally transparent color.

Parameters
showNoColorOptionset to true to show the no color option. This is disabled by default.
See also
showNoColor
setNoColorString
Note
The "no color" option is only shown if the color button is set to show an alpha channel in the color dialog

Definition at line 179 of file qgscolorbutton.h.

void QgsColorButton::setShowNull ( bool  showNull)

Sets whether a set to null (clear) option is shown in the button's drop-down menu.

Parameters
showNullset to true to show a null option
See also
showNull()
isNull()
Since
QGIS 2.16

Definition at line 760 of file qgscolorbutton.cpp.

void QgsColorButton::setToDefaultColor ( )
slot

Sets color to the button's default color, if set.

See also
setDefaultColor
defaultColor
setToNull()

Definition at line 140 of file qgscolorbutton.cpp.

void QgsColorButton::setToNoColor ( )
slot

Sets color to a totally transparent color.

Note
If the color button is not set to show an opacity channel in the color dialog then the color will not be changed.
See also
setToNull()

Definition at line 204 of file qgscolorbutton.cpp.

void QgsColorButton::setToNull ( )
slot

Sets color to null.

See also
setToDefaultColor()
setToNoColor()
Since
QGIS 2.16

Definition at line 150 of file qgscolorbutton.cpp.

void QgsColorButton::showEvent ( QShowEvent *  e)
overrideprotected

Definition at line 581 of file qgscolorbutton.cpp.

bool QgsColorButton::showMenu ( ) const
inline

Returns whether the drop-down menu is shown for the button.

Returns
true if drop-down menu is shown
See also
setShowMenu

Definition at line 135 of file qgscolorbutton.h.

bool QgsColorButton::showNoColor ( ) const
inline

Returns whether the "no color" option is shown in the button's drop-down menu.

If selected, the "no color" option sets the color button's color to a totally transparent color.

Returns
true if the no color option is shown.
See also
setShowNoColor
noColorString
Note
The "no color" option is only shown if the color button is set to show an alpha channel in the color dialog

Definition at line 190 of file qgscolorbutton.h.

bool QgsColorButton::showNull ( ) const

Returns whether the set to null (clear) option is shown in the button's drop-down menu.

See also
setShowNull()
isNull()
Since
QGIS 2.16

Definition at line 765 of file qgscolorbutton.cpp.

QSize QgsColorButton::sizeHint ( ) const
override

Definition at line 74 of file qgscolorbutton.cpp.

const QPixmap & QgsColorButton::transparentBackground ( )
staticprotected

Returns a checkboard pattern pixmap for use as a background to transparent colors.

Definition at line 79 of file qgscolorbutton.cpp.

Property Documentation

bool QgsColorButton::allowOpacity
readwrite

Definition at line 51 of file qgscolorbutton.h.

Behavior QgsColorButton::behavior
readwrite

Definition at line 53 of file qgscolorbutton.h.

QColor QgsColorButton::color
readwrite

Definition at line 50 of file qgscolorbutton.h.

QString QgsColorButton::colorDialogTitle
readwrite

Definition at line 49 of file qgscolorbutton.h.

QString QgsColorButton::context
readwrite

Definition at line 57 of file qgscolorbutton.h.

QColor QgsColorButton::defaultColor
readwrite

Definition at line 54 of file qgscolorbutton.h.

QString QgsColorButton::noColorString
readwrite

Definition at line 56 of file qgscolorbutton.h.

bool QgsColorButton::showMenu
readwrite

Definition at line 52 of file qgscolorbutton.h.

bool QgsColorButton::showNoColor
readwrite

Definition at line 55 of file qgscolorbutton.h.


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