7#ifndef LIBKIS_PALETTE_VIEW_H
8#define LIBKIS_PALETTE_VIEW_H
11#include <QScopedPointer>
12#include "kritalibkis_export.h"
56 bool addGroupWithDialog();
63 bool removeSelectedEntryWithDialog();
87 void fgSelected(QModelIndex index);
94 const QScopedPointer<Private>
d;
The ManagedColor class is a class to handle colors that are color managed. A managed color is a color...
The PaletteView class is a wrapper around a MVC method for handling palettes. This class shows a nice...
void entrySelectedForeGround(Swatch entry)
entrySelectedForeGround fires when a swatch is selected with leftclick.
void entrySelectedBackGround(Swatch entry)
entrySelectedBackGround fires when a swatch is selected with rightclick.
const QScopedPointer< Private > d
The Palette class Palette is a resource object that stores organised color data. It's purpose is to a...
The Swatch class is a thin wrapper around the KisSwatch class.
rgba palette[MAX_PALETTE]