Krita
PaletteView.h
The ManagedColor class is a class to handle colors that are color managed.
Definition ManagedColor.h:46
void entrySelectedForeGround(Swatch entry)
entrySelectedForeGround fires when a swatch is selected with leftclick.
bool addEntryWithDialog(ManagedColor *color)
addEntryWithDialog This gives a simple dialog for adding colors, with options like adding name,...
Definition PaletteView.cpp:45
bool removeSelectedEntryWithDialog()
removeSelectedEntryWithDialog removes the selected entry.
Definition PaletteView.cpp:61
void trySelectClosestColor(ManagedColor *color)
trySelectClosestColor tries to select the closest color to the one given.
Definition PaletteView.cpp:69
void entrySelectedBackGround(Swatch entry)
entrySelectedBackGround fires when a swatch is selected with rightclick.
bool addGroupWithDialog()
addGroupWithDialog gives a little dialog to ask for the desired groupname.
Definition PaletteView.cpp:53
The Palette class Palette is a resource object that stores organised color data.
Definition Palette.h:45
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
void setPalette(const QPalette &)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.