Home
last modified time | relevance | path

Searched refs:LineGuideSnapStrategy (Results 1 – 4 of 4) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoSnapStrategy.h133 class FLAKE_EXPORT LineGuideSnapStrategy : public KoSnapStrategy
136 LineGuideSnapStrategy();
H A DKoSnapStrategy.cpp580 LineGuideSnapStrategy::LineGuideSnapStrategy() in LineGuideSnapStrategy() function in LineGuideSnapStrategy
585 bool LineGuideSnapStrategy::snap(const QPointF &mousePosition, KoSnapProxy * proxy, qreal maxSnapDi… in snap()
619 QPainterPath LineGuideSnapStrategy::decoration(const KoViewConverter &converter) const in decoration()
H A DKoSnapGuide.cpp73 d->strategies.append(new LineGuideSnapStrategy()); in KoSnapGuide()
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DTestSnapStrategy.cpp329 LineGuideSnapStrategy toTest; in testLineGuideSnap()
340 LineGuideSnapStrategy toTestTwo; in testLineGuideSnap()
508 LineGuideSnapStrategy toTest; in testLineGuideDecoration()