#include <KisColorSmudgeStrategy.h>
|
| virtual void | initializePainting ()=0 |
| |
| | KisColorSmudgeStrategy () |
| |
| virtual QVector< QRect > | paintDab (const QRect &srcRect, const QRect &dstRect, const KoColor ¤tPaintColor, qreal opacity, qreal colorRateValue, qreal smudgeRateValue, qreal maxPossibleSmudgeRateValue, qreal lightnessStrengthValue, qreal smudgeRadiusValue)=0 |
| |
| virtual const KoColorSpace * | preciseColorSpace () const =0 |
| |
| virtual void | updateMask (KisDabCache *dabCache, const KisPaintInformation &info, const KisDabShape &shape, const QPointF &cursorPoint, QRect *dstDabRect, qreal lightnessStrength)=0 |
| |
| virtual | ~KisColorSmudgeStrategy ()=default |
| |
Definition at line 13 of file KisColorSmudgeStrategy.h.
◆ KisColorSmudgeStrategy()
| KisColorSmudgeStrategy::KisColorSmudgeStrategy |
( |
| ) |
|
◆ ~KisColorSmudgeStrategy()
| virtual KisColorSmudgeStrategy::~KisColorSmudgeStrategy |
( |
| ) |
|
|
virtualdefault |
◆ initializePainting()
| virtual void KisColorSmudgeStrategy::initializePainting |
( |
| ) |
|
|
pure virtual |
◆ paintDab()
| virtual QVector< QRect > KisColorSmudgeStrategy::paintDab |
( |
const QRect & | srcRect, |
|
|
const QRect & | dstRect, |
|
|
const KoColor & | currentPaintColor, |
|
|
qreal | opacity, |
|
|
qreal | colorRateValue, |
|
|
qreal | smudgeRateValue, |
|
|
qreal | maxPossibleSmudgeRateValue, |
|
|
qreal | lightnessStrengthValue, |
|
|
qreal | smudgeRadiusValue ) |
|
pure virtual |
◆ preciseColorSpace()
| virtual const KoColorSpace * KisColorSmudgeStrategy::preciseColorSpace |
( |
| ) |
const |
|
pure virtual |
◆ updateMask()
◆ m_memoryAllocator
The documentation for this class was generated from the following files: