Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
lpe-curvestitch.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2#ifndef INKSCAPE_LPE_CURVESTITCH_H
3#define INKSCAPE_LPE_CURVESTITCH_H
4
9/*
10 * Authors:
11 * Johan Engelen
12 *
13 * Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
14 *
15 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
16 */
17
18#include "live_effects/effect.h"
23
24namespace Inkscape {
25namespace LivePathEffect {
26
50
51} //namespace LivePathEffect
52} //namespace Inkscape
53
54#endif
Sequence of subpaths.
Definition pathvector.h:122
void resetDefaults(SPItem const *item) override
Sets all parameters to their default values and writes them to SVG.
Geom::PathVector doEffect_path(Geom::PathVector const &path_in) override
LPECurveStitch(const LPECurveStitch &)=delete
LPECurveStitch & operator=(const LPECurveStitch &)=delete
bool doOnOpen(SPLPEItem const *lpeitem) override
Is performed on load document or revert If the item is fixed legacy return true.
Base class for visual SVG elements.
Definition sp-item.h:109
SPItem * item
Helper class to stream background task notifications as a series of messages.