Krita
PaletteView.cpp
palette
bool removeSelectedEntryWithDialog()
removeSelectedEntryWithDialog removes the selected entry.
Definition: PaletteView.cpp:61
The Palette class Palette is a resource object that stores organised color data.
Definition: Palette.h:45
bool addEntryWithDialog(ManagedColor *color)
addEntryWithDialog This gives a simple dialog for adding colors, with options like adding name,...
Definition: PaletteView.cpp:45
void entrySelectedBackGround(Swatch entry)
entrySelectedBackGround fires when a swatch is selected with rightclick.
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void entrySelectedForeGround(Swatch entry)
entrySelectedForeGround fires when a swatch is selected with leftclick.
void addWidget(QWidget *widget, int stretch, Qt::Alignment alignment)
bool addGroupWithDialog()
addGroupWithDialog gives a little dialog to ask for the desired groupname.
Definition: PaletteView.cpp:53
void trySelectClosestColor(ManagedColor *color)
trySelectClosestColor tries to select the closest color to the one given.
Definition: PaletteView.cpp:69
The ManagedColor class is a class to handle colors that are color managed.
Definition: ManagedColor.h:45
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 03:58:42 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 03:58:42 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.