5#ifndef QQUICKABSTRACTCOLORPICKER_P_P_H
6#define QQUICKABSTRACTCOLORPICKER_P_P_H
19#include <QtQuickTemplates2/private/qquickcontrol_p_p.h>
20#include <QtQuickTemplates2/private/qquickdeferredexecute_p_p.h>
29 Q_DECLARE_PUBLIC(QQuickAbstractColorPicker);
36 return colorPicker->d_func();
39 bool handlePress(
const QPointF &point, ulong timestamp)
override;
40 bool handleMove(
const QPointF &point, ulong timestamp)
override;
41 bool handleRelease(
const QPointF &point, ulong timestamp)
override;
void handleUngrab() override
bool handleRelease(const QPointF &point, ulong timestamp) override
void itemImplicitHeightChanged(QQuickItem *item) override
QQuickDeferredPointer< QQuickItem > m_handle
void itemImplicitWidthChanged(QQuickItem *item) override
bool handlePress(const QPointF &point, ulong timestamp) override
static QQuickAbstractColorPickerPrivate * get(QQuickAbstractColorPicker *colorPicker)
bool handleMove(const QPointF &point, ulong timestamp) override
void executeHandle(bool complete=false)
QQuickAbstractColorPickerPrivate()