#include "KisSwatch.h"
#include "kritapigment_export.h"
#include <QSharedPointer>
#include <QList>
#include <QMap>
#include <KisPropagateConstWrapper.h>
Go to the source code of this file.
|
| class | KisSwatchGroup |
| | The KisSwatchGroup class stores a matrix of color swatches swatches can accessed using (x, y) coordinates. x is the column number from left to right and y is the row number from top to bottom. Both x and y start at 0 there could be empty entries, so the checkEntry(int, int) method must used whenever you want to get an entry from the matrix. More...
|
| |
◆ KisSwatchGroupSP
◆ operator<<()