18#ifndef COLORPICKERITEM_H
19#define COLORPICKERITEM_H
21#include "widgets/screenselector.h"
26class ColorPickerItem :
public QObject
30 explicit ColorPickerItem(QObject *parent = 0);
33 void pickColor(QPoint initialPos = QPoint(-1, -1));
34 void colorPicked(
const QColor &color);
38 void screenSelected(
const QRect &rect);
42 void gotColorResponse(uint response,
const QVariantMap &results);
46 ScreenSelector m_selector;