![]() |
Qt 6.x
The Qt SDK
|
#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 <qpa/qplatformintegration.h>
#include <qpa/qplatformservices.h>
#include <private/qguiapplication_p.h>
#include <algorithm>
#include "qcolordialog.moc"
#include "moc_qcolordialog.cpp"
Go to the source code of this file.
Classes | |
class | QColorDialogPrivate |
class | QtPrivate::QWellArray |
class | QtPrivate::QColorPickingEventFilter |
class | QtPrivate::QColorWell |
class | QtPrivate::QColorPicker |
class | QtPrivate::QColorLuminancePicker |
class | QtPrivate::QColSpinBox |
class | QtPrivate::QColorShower |
class | QtPrivate::QColorShowLabel |
Namespaces | |
namespace | QtPrivate |
\macro QT_NAMESPACE | |
Typedefs | |
using | QColorLuminancePicker = QtPrivate::QColorLuminancePicker |
using | QColorPicker = QtPrivate::QColorPicker |
using | QColorShower = QtPrivate::QColorShower |
using | QWellArray = QtPrivate::QWellArray |
using | QColorWell = QtPrivate::QColorWell |
using | QColorPickingEventFilter = QtPrivate::QColorPickingEventFilter |
Enumerations | |
enum | { 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 61 of file qcolordialog.cpp.
using QColorPicker = QtPrivate::QColorPicker |
Definition at line 62 of file qcolordialog.cpp.
Definition at line 66 of file qcolordialog.cpp.
using QColorShower = QtPrivate::QColorShower |
Definition at line 63 of file qcolordialog.cpp.
using QColorWell = QtPrivate::QColorWell |
Definition at line 65 of file qcolordialog.cpp.
using QWellArray = QtPrivate::QWellArray |
Definition at line 64 of file qcolordialog.cpp.
anonymous enum |
Enumerator | |
---|---|
colorColumns | |
standardColorRows | |
customColorRows |
Definition at line 1513 of file qcolordialog.cpp.
Definition at line 559 of file qcolordialog.cpp.
References rgb.
Referenced by QColorDialogPrivate::_q_newColorTypedIn(), and QtPrivate::QColorShower::setRgb().
|
static |
Definition at line 719 of file qcolordialog.cpp.
Referenced by QColorDialogPrivate::initWidgets(), and QtPrivate::QColorPicker::sizeHint().
|
static |
Definition at line 718 of file qcolordialog.cpp.
Referenced by QColorDialogPrivate::initWidgets(), and QtPrivate::QColorPicker::sizeHint().
|
static |
Definition at line 1916 of file qcolordialog.cpp.