Krita
PaletteView.cpp
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
void addWidget(QWidget *widget, int stretch, Qt::Alignment alignment)
Q_EMITQ_EMIT
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
palette
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.