7#ifndef KISDLGPALETTEEDITOR_H
8#define KISDLGPALETTEEDITOR_H
12#include <QScopedPointer>
16#include "kritaui_export.h"
27class Ui_WdgDlgPaletteEditor;
51 void slotGroupChosen(
const QString &groupName);
53 void slotRowCountChanged(
int);
56 void slotNameChanged();
57 void slotColCountChanged(
int);
63 QScopedPointer<Ui_WdgDlgPaletteEditor>
m_ui;
The KisDlgPaletteEditor class a dialog used by the palette docker to make modifications to a palette....
QSharedPointer< KoColorSet > m_colorSet
QString m_currentGroupOriginalName
QScopedPointer< Ui_WdgDlgPaletteEditor > m_ui
QScopedPointer< QAction > m_actRenGroup
QPointer< KisPaletteEditor > m_paletteEditor
QScopedPointer< QAction > m_actDelGroup
KoColorSetSP palette() const
QString oldNameFromNewName(const QString &newName) const
QScopedPointer< QAction > m_actAddGroup
The PaletteEditor class this class manipulates a KisPaletteModel using GUI elements and communicates ...
The KisPaletteModel class This, together with KisPaletteView and KisPaletteDelegate forms a mvc way t...
The KisSwatchGroup class stores a matrix of color swatches swatches can accessed using (x,...
A dialog base class with standard buttons and predefined layouts.