Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
lpe-circle_3pts.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2#ifndef INKSCAPE_LPE_CIRCLE_3PTS_H
3#define INKSCAPE_LPE_CIRCLE_3PTS_H
4
9/*
10 * Authors:
11 * Maximilian Albert
12 *
13 * Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
14 * Copyright (C) Maximilian Albert 2008 <maximilian.albert@gmail.com>
15 *
16 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
17 */
18
19#include "live_effects/effect.h"
22
23namespace Inkscape {
24namespace LivePathEffect {
25
26class LPECircle3Pts : public Effect {
27public:
29 ~LPECircle3Pts() override;
30
31 Geom::PathVector doEffect_path (Geom::PathVector const & path_in) override;
32
33private:
34 LPECircle3Pts(const LPECircle3Pts&) = delete;
36};
37
38} //namespace LivePathEffect
39} //namespace Inkscape
40
41#endif
42
43/*
44 Local Variables:
45 mode:c++
46 c-file-style:"stroustrup"
47 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
48 indent-tabs-mode:nil
49 fill-column:99
50 End:
51*/
52// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
Sequence of subpaths.
Definition pathvector.h:122
LPECircle3Pts(const LPECircle3Pts &)=delete
Geom::PathVector doEffect_path(Geom::PathVector const &path_in) override
LPECircle3Pts & operator=(const LPECircle3Pts &)=delete
Helper class to stream background task notifications as a series of messages.