38 void setupMaskingBrushPainter(
KisPainter *painter);
44 void setFillTransform(QTransform transform);
49 bool needsIndirectPainting()
const;
50 QString indirectPaintingCompositeOp()
const;
52 bool needsMaskingBrushRendering()
const;
62 bool needsAirbrushing()
const;
63 qreal airbrushingInterval()
const;
65 bool needsSpacingUpdates()
const;
67 void setOpacity(qreal opacity);
68 void setMirroring(
bool horizontal,
bool vertical);
69 qreal opacity()
const;
70 QString compositeOpId()
const;
78 bool isUsingOtherColor()
const;
80 QTransform fillTransform()
const;
83 QBitArray channelLockFlags()
const;
85 qreal effectiveZoom()
const;
86 bool presetAllowsLod()
const;
87 bool presetNeedsAsynchronousUpdates()
const;
89 void setFGColorOverride(
const KoColor &color);
90 void setBGColorOverride(
const KoColor &color);