![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qquickcolorinputs_p.h"
#include <functional>
#include <QtCore/qloggingcategory.h>
#include <QtCore/QRegularExpression>
#include <QtGui/QValidator>
#include <QtQuickTemplates2/private/qquickcontainer_p_p.h>
#include "moc_qquickcolorinputs_p.cpp"
Go to the source code of this file.
Classes | |
class | QQuickColorInputsPrivate |
Variables | |
static const QString | s_percentage_pattern = QString::fromUtf8("^(\\d+)%?$") |
static const QString | s_degree_pattern = QString::fromUtf8("(\\d+)°?$") |
static const QString | s_rgba_pattern = QString::fromUtf8("^#[0-9A-f]{6}(?:[0-9A-f]{2})?$") |
static const QString | s_rgb_pattern = QString::fromUtf8("^#[0-9A-f]{6}$") |
|
static |
Definition at line 207 of file qquickcolorinputs.cpp.
Referenced by QQuickColorInputsPrivate::handleHueInput().
|
static |
Definition at line 206 of file qquickcolorinputs.cpp.
Referenced by QQuickColorInputsPrivate::handleAlphaInput(), QQuickColorInputsPrivate::handleHslSaturationInput(), QQuickColorInputsPrivate::handleHsvSaturationInput(), QQuickColorInputsPrivate::handleLightnessInput(), and QQuickColorInputsPrivate::handleValueInput().
|
static |
Definition at line 209 of file qquickcolorinputs.cpp.
|
static |
Definition at line 208 of file qquickcolorinputs.cpp.