7#ifndef KISCOLORSELECTORINTERFACE_H
8#define KISCOLORSELECTORINTERFACE_H
10#include "kritawidgets_export.h"
26 setContextMenuPolicy(Qt::PreventContextMenu);
29 virtual void setConfig(
bool forceCircular,
bool forceSelfUpdate)
31 Q_UNUSED(forceCircular);
32 Q_UNUSED(forceSelfUpdate);
36 Q_UNUSED(displayRenderer);
virtual void slotSetColor(const KoColor &c)=0
void sigNewColor(const KoColor &c)
KisColorSelectorInterface(QWidget *parent=0)
virtual void setDisplayRenderer(const KoColorDisplayRendererInterface *displayRenderer)
virtual void setConfig(bool forceCircular, bool forceSelfUpdate)
~KisColorSelectorInterface() override
virtual KoColor getCurrentColor() const =0