summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/filltool.h
Side-by-side diff
Diffstat (limited to 'noncore/graphics/drawpad/filltool.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/filltool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/graphics/drawpad/filltool.h b/noncore/graphics/drawpad/filltool.h
index eaf9a27..03ee489 100644
--- a/noncore/graphics/drawpad/filltool.h
+++ b/noncore/graphics/drawpad/filltool.h
@@ -32,4 +32,8 @@ private:
void fillLine(int x, int y);
+ void fillMaskLine(int x, int y);
+ void setInterpolatedPixel(int x, int y);
+ int rgbDistance(QRgb rgb1, QRgb rgb2);
QImage m_image;
+ QImage m_mask;
QRgb m_fillRgb;