![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qcolordialog.h"#include "qapplication.h"#include "qdrawutil.h"#include "qevent.h"#include "qimage.h"#include "qlabel.h"#include "qlayout.h"#include "qlineedit.h"#include "qpainter.h"#include "qpixmap.h"#include "qpushbutton.h"#include "qsharedpointer.h"#include "qstyle.h"#include "qstyleoption.h"#include "qvalidator.h"#include "qmimedata.h"#include "qspinbox.h"#include "qdialogbuttonbox.h"#include "qscreen.h"#include "qcursor.h"#include "qtimer.h"#include "qwindow.h"#include "private/qdialog_p.h"#include "private/qcolorwell_p.h"#include <qpa/qplatformintegration.h>#include <qpa/qplatformservices.h>#include <private/qguiapplication_p.h>#include <QtCore/qpointer.h>#include <algorithm>#include "qcolordialog.moc"#include "moc_qcolordialog.cpp"Go to the source code of this file.
Classes | |
| class | QColorDialogPrivate |
| class | QtPrivate::QColorPickingEventFilter |
| class | QtPrivate::QColorPicker |
| class | QtPrivate::QColorLuminancePicker |
| class | QtPrivate::QColSpinBox |
| class | QtPrivate::QColorShower |
| class | QtPrivate::QColorShowLabel |
Namespaces | |
| namespace | QtPrivate |
Typedefs | |
| using | QColorLuminancePicker = QtPrivate::QColorLuminancePicker |
| using | QColorPicker = QtPrivate::QColorPicker |
| using | QColorShower = QtPrivate::QColorShower |
| using | QColorPickingEventFilter = QtPrivate::QColorPickingEventFilter |
Enumerations | |
| enum | { colorColumns = 8 , standardColorRows = 6 , customColorRows = 2 , colorColumns = 8 , standardColorRows = 6 , customColorRows = 2 } |
| enum | { colorColumns = 8 , standardColorRows = 6 , customColorRows = 2 , colorColumns = 8 , standardColorRows = 6 , customColorRows = 2 } |
Functions | |
| static void | rgb2hsv (QRgb rgb, int &h, int &s, int &v) |
Variables | |
| static int | pWidth = 220 |
| static int | pHeight = 200 |
| static const Qt::WindowFlags | qcd_DefaultWindowFlags |
Definition at line 63 of file qcolordialog.cpp.
| using QColorPicker = QtPrivate::QColorPicker |
Definition at line 64 of file qcolordialog.cpp.
Definition at line 66 of file qcolordialog.cpp.
| using QColorShower = QtPrivate::QColorShower |
Definition at line 65 of file qcolordialog.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| colorColumns | |
| standardColorRows | |
| customColorRows | |
| colorColumns | |
| standardColorRows | |
| customColorRows | |
Definition at line 1472 of file qcolordialog.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| colorColumns | |
| standardColorRows | |
| customColorRows | |
| colorColumns | |
| standardColorRows | |
| customColorRows | |
Definition at line 1472 of file qcolordialog.cpp.
Definition at line 475 of file qcolordialog.cpp.
|
static |
Definition at line 611 of file qcolordialog.cpp.
Referenced by QColorDialogPrivate::initWidgets(), and QtPrivate::QColorPicker::sizeHint().
|
static |
Definition at line 610 of file qcolordialog.cpp.
Referenced by QColorDialogPrivate::initWidgets(), and QtPrivate::QColorPicker::sizeHint().
|
static |
Definition at line 1886 of file qcolordialog.cpp.