7#ifndef __KIS_LAZY_FILL_TOOLS_H
8#define __KIS_LAZY_FILL_TOOLS_H
11#include "kritaimage_export.h"
14#include <boost/operators.hpp>
47 const QRect &boundingRect);
59 struct KRITAIMAGE_EXPORT
KeyStroke :
public boost::equality_comparable<KeyStroke>
71 struct KRITAIMAGE_EXPORT
FilteringOptions :
public boost::equality_comparable<FilteringOptions>
74 FilteringOptions(
bool _useEdgeDetection, qreal _edgeDetectionSize, qreal _fuzzyRadius, qreal _cleanUpAmount);
79 bool useEdgeDetection =
false;
80 qreal edgeDetectionSize = 4;
81 qreal fuzzyRadius = 0;
82 qreal cleanUpAmount = 0.0;
bool operator==(const KisRegion &lhs, const KisRegion &rhs)