summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 898e089b7..1f08a2bae 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -59,8 +59,9 @@ public:
void doOnApply_impl(SPLPEItem const* lpeitem);
void doBeforeEffect_impl(SPLPEItem const* lpeitem);
void setCurrentZoom(double cZ);
- void setSelectedNodePoints(std::vector<Geom::Point> sNP);
- bool isNodePointSelected(Geom::Point const &nodePoint) const;
+ void setSelectedNodePoints(std::vector<Geom::Point> selected_node_points);
+ std::vector<size_t> getSelectedNodes();
+ bool isNodePointSelected(Geom::Point const &node_point) const;
virtual void doOnApply (SPLPEItem const* lpeitem);
virtual void doBeforeEffect (SPLPEItem const* lpeitem);