From c7e01571da09f17e073de68a70aed97e9137747b Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Sun, 18 May 2008 20:53:26 +0000 Subject: Add function to return path effect type (bzr r5696) --- src/live_effects/effect.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 6ae30fe4c..9f74af3d9 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -157,6 +157,11 @@ Effect::getName() return Glib::ustring( _("No effect") ); } +EffectType +Effect::effectType() { + return lpeobj->effecttype; +} + void Effect::doBeforeEffect (SPLPEItem */*lpeitem*/) { -- cgit v1.2.3