Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSwatchGroup.h File Reference
#include "KisSwatch.h"
#include "kritapigment_export.h"
#include <QSharedPointer>
#include <QList>
#include <QMap>
#include <KisPropagateConstWrapper.h>

Go to the source code of this file.

Classes

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...
 

Typedefs

typedef QSharedPointer< KisSwatchGroupKisSwatchGroupSP
 

Functions

QDebug operator<< (QDebug dbg, const KisSwatchGroup group)
 

Typedef Documentation

◆ KisSwatchGroupSP

Definition at line 153 of file KisSwatchGroup.h.

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const KisSwatchGroup group )
inline

Definition at line 147 of file KisSwatchGroup.h.

148{
149 dbg.nospace() << "[Group] Name: " << group.name();
150 return dbg.space();
151}
QString name() const

References KisSwatchGroup::name().