Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
lpe-text_label.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2#ifndef INKSCAPE_LPE_TEXT_LABEL_H
3#define INKSCAPE_LPE_TEXT_LABEL_H
4
8/*
9 * Authors:
10 * Maximilian Albert
11 * Johan Engelen
12 *
13 * Copyright (C) Maximilian Albert 2008 <maximilian.albert@gmail.com>
14 *
15 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
16 */
17
18#include "live_effects/effect.h"
20
21namespace Inkscape {
22namespace LivePathEffect {
23
24class LPETextLabel : public Effect {
25public:
27 ~LPETextLabel() override;
28
30
31private:
33
34 LPETextLabel(const LPETextLabel&) = 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 :
Adaptor that creates 2D functions from 1D ones.
Definition d2.h:55
Function defined as discrete pieces.
Definition piecewise.h:71
LPETextLabel & operator=(const LPETextLabel &)=delete
Geom::Piecewise< Geom::D2< Geom::SBasis > > doEffect_pwd2(Geom::Piecewise< Geom::D2< Geom::SBasis > > const &pwd2_in) override
LPETextLabel(const LPETextLabel &)=delete
Helper class to stream background task notifications as a series of messages.