A native operating system dialog for selecting a color.
More...
#include <qgscolordialog.h>
Static Public Member Functions |
static QColor | getLiveColor (const QColor &initialColor, QObject *updateObject, const char *updateSlot, QWidget *parent=0, const QString &title="", QColorDialog::ColorDialogOptions options=0) |
| Return a color selection from a QColorDialog, with live updating of interim selections.
|
Detailed Description
A native operating system dialog for selecting a color.
Constructor & Destructor Documentation
QgsColorDialog::QgsColorDialog |
( |
| ) |
|
QgsColorDialog::~QgsColorDialog |
( |
| ) |
|
Member Function Documentation
QColor QgsColorDialog::getLiveColor |
( |
const QColor & |
initialColor, |
|
|
QObject * |
updateObject, |
|
|
const char * |
updateSlot, |
|
|
QWidget * |
parent = 0 , |
|
|
const QString & |
title = "" , |
|
|
QColorDialog::ColorDialogOptions |
options = 0 |
|
) |
| |
|
static |
Return a color selection from a QColorDialog, with live updating of interim selections.
- Parameters
-
initialColor | The initial color of the selection dialog. |
updateObject | The receiver object of the live updating. |
updateSlot | The receiver object's slot for live updating (e.g. SLOT( setValidColor( const QColor& ) ) ). |
parent | Parent widget. Usually 0 is best for native system color dialogs. |
title | The title of the QColorDialog. |
options | ColorDialogOptions passed to QColorDialog. |
- Returns
- Selected color on accepted() or initialColor on rejected().
The documentation for this class was generated from the following files: