Code

Add checkbox for LPEs to temporarily disable them on canvas (but keep them applied...
[inkscape.git] / src / live_effects / CMakeLists.txt
1 SET(live_effects_SRC
2 bezctx.cpp
3 bezctx.h
4 bezctx_intf.h
5 effect.cpp
6 effect.h
7 lpe-bendpath.cpp
8 lpe-bendpath.h
9 lpe-circle_with_radius.cpp
10 lpe-circle_with_radius.h
11 lpe-curvestitch.cpp
12 lpe-curvestitch.h
13 lpe-envelope.cpp
14 lpe-envelope.h
15 lpe-gears.cpp
16 lpe-gears.h
17 lpegroupbbox.cpp
18 lpegroupbbox.h
19 lpe-knot.cpp
20 lpe-knot.h
21 lpeobject.cpp
22 lpeobject.h
23 lpeobject-reference.cpp
24 lpeobject-reference.h
25 lpe-patternalongpath.cpp
26 lpe-patternalongpath.h
27 lpe-perspective_path.cpp
28 lpe-perspective_path.h
29 lpe-skeleton.cpp
30 lpe-skeleton.h
31 lpe-sketch.cpp
32 lpe-sketch.h
33 lpe-slant.cpp
34 lpe-slant.h
35 lpe-spiro.cpp
36 lpe-spiro.h
37 lpe-test-doEffect-stack.cpp
38 lpe-test-doEffect-stack.h
39 lpe-vonkoch.cpp
40 lpe-vonkoch.h
41 spiro.cpp
42 spiro.h
43 todo.txt
44 )