38 s_screenColorSamplerFactory = f;
45 visualColorSelector(true),
47 screenColorSampler(true),
48 prevNextButtons(true),
92 static KoColor getModalColorDialog(
const KoColor color, QWidget* parent = 0, QString caption = QString());
100 void chooseAlpha(
bool chooseAlpha);
122 void slotColorUpdated(
KoColor newColor);
135 void setPreviousColor(
KoColor c);
137 void reject()
override;
141 void slotSelectorModelChanged();
142 void endUpdateWithNewColor();
154 void slotSetColorFromHex();
159 void showEvent(QShowEvent *event)
override;
162 void focusInEvent(QFocusEvent *)
override;
168 void updateAllElements(QObject *
source);
171 Ui_WdgDlgInternalColorSelector *
m_ui;
173 const QScopedPointer<Private>
m_d;