7#ifndef __KISCOLORPATCHESTABLEVIEW_H_
8#define __KISCOLORPATCHESTABLEVIEW_H_
10#include <QAbstractItemModel>
30 boost::optional<KoColor>
colorPatchAt(
const QPoint &pos)
const;
51 QScopedPointer<Private>
m_d;
void mouseReleaseEvent(QMouseEvent *event) override
void reloadWidgetConfig()
void setColors(const QList< KoColor > &colors)
void slotScrollerStateChanged(QScroller::State state)
void wheelEvent(QWheelEvent *event) override
boost::optional< KoColor > colorPatchAt(const QPoint &pos) const
QList< KoColor > colors() const
void addColorPatch(const KoColor &color)
QScopedPointer< Private > m_d
void mousePressEvent(QMouseEvent *event) override
~KisColorPatchesTableView() override
KisColorPatchesTableView(const QString &configPrefix, QWidget *parent=nullptr)