Code

Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for paramet...
[inkscape.git] / src / live_effects / lpe-mirror_reflect.h
index 79b1854f83adc0b2812a29817ff5564ab83c32ef..a19aafb891101f640426b1f4d7497875615d9c69 100644 (file)
@@ -28,7 +28,8 @@ public:
     LPEMirrorReflect(LivePathEffectObject *lpeobject);
     virtual ~LPEMirrorReflect();
 
-    virtual void doOnApply (SPLPEItem *lpeitem);
+    virtual void acceptParamPath (SPPath *param_path);
+    virtual int acceptsNumParams() { return 2; }
 
     virtual LPEPathFlashType pathFlashType() { return PERMANENT_FLASH; }