Searched refs:effect (Results 1 - 25 of 183) sorted by relevance

12345678

/inkscape/src/live_effects/
H A Dlpe-vonkoch.h12 #include "live_effects/effect.h"
27 Effect* effect,
28 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
40 Effect* effect,
41 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
23 VonKochPathParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, const gchar * default_value = �) argument
36 VonKochRefPathParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, const gchar * default_value = �) argument
H A Dlpe-perp_bisector.cpp33 KnotHolderEntityEnd(LPEPerpBisector *effect) : LPEKnotHolderEntity(effect) {}; argument
39 KnotHolderEntityLeftEnd(LPEPerpBisector *effect) : KnotHolderEntityEnd(effect) {}; argument
46 KnotHolderEntityRightEnd(LPEPerpBisector *effect) : KnotHolderEntityEnd(effect) {}; argument
104 // register all your parameters here, so Inkscape knows which parameters this effect has:
/inkscape/src/live_effects/parameter/
H A Dtext.h33 Effect* effect,
66 * parameter must be initialized differently than usual (only with a pointer to the parent effect;
71 TextParamInternal(Effect* effect) : argument
72 TextParam("", "", "", NULL, effect) {}
H A Dbool.cpp9 #include "live_effects/effect.h"
24 Effect* effect, bool default_value , bool no_widget)
25 : Parameter(label, tip, key, wr, effect), value(default_value), defvalue(default_value), hide_widget(no_widget)
22 BoolParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, bool default_value , bool no_widget) argument
H A Dunit.cpp11 #include "live_effects/effect.h"
24 Effect* effect, Glib::ustring default_unit)
25 : Parameter(label, tip, key, wr, effect)
22 UnitParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, Glib::ustring default_unit) argument
H A Dbool.h27 Effect* effect,
H A Doriginalpath.h24 Effect* effect);
H A Dparameter.cpp11 #include "live_effects/effect.h"
28 Effect* effect )
35 param_effect(effect)
57 Effect* effect, gdouble default_value, bool no_widget)
58 : Parameter(label, tip, key, wr, effect),
55 ScalarParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, gdouble default_value, bool no_widget) argument
H A Dunit.h28 Effect* effect,
/inkscape/share/extensions/
H A DjessyInk_autoTexts.py40 def effect(self): member in class:JessyInk_AutoTexts
48 inkex.errormsg(_("To assign an effect, please select an object.\n\n"))
66 # Create effect instance
67 effect = JessyInk_AutoTexts() variable
68 effect.affect()
H A DjessyInk_masterSlide.py41 def effect(self): member in class:JessyInk_MasterSlide
62 # Create effect instance
63 effect = JessyInk_MasterSlide() variable
64 effect.affect()
H A DjessyInk_mouseHandler.py43 def effect(self): function
71 # Create effect instance
72 effect = JessyInk_CustomMouseHandler() variable
73 effect.affect()
H A DjessyInk_transitions.py45 def effect(self): member in class:JessyInk_Transitions
72 # Create effect instance
73 effect = JessyInk_Transitions() variable
74 effect.affect()
H A Dnext_glyph_layer.py26 def effect(self): member in class:NextLayer
H A Dprevious_glyph_layer.py26 def effect(self): member in class:PreviousLayer
H A DjessyInk.js335 // Put every element that has an effect associated with it, into its own group.
348 effectDict["effect"] = dict["name"];
432 effectDict["effect"] = dict["name"];
457 // Consolidate view array and append it to the effect array.
475 // Set consolidated effect array.
541 // Check effect number.
605 /** Function to dispatch the next effect, if there is none left, change the slide.
629 effect(dir);
677 effectArray[0]["effect"] = slides[activeSlide]["transitionOut"]["name"];
683 effectArray[0]["effect"]
774 function effect(dir) function
[all...]
H A DjessyInk_effects.py45 def effect(self): member in class:JessyInk_Effects
53 inkex.errormsg(_("No object selected. Please select the object you want to assign an effect to and then press apply.\n"))
74 # Create effect instance
75 effect = JessyInk_Effects() variable
76 effect.affect()
H A DjessyInk_view.py62 def effect(self): member in class:JessyInk_Effects
93 # Remove possible effect arguments.
103 # Create effect instance
104 effect = JessyInk_Effects() variable
105 effect.affect()
H A Dflatten.py28 def effect(self): member in class:MyEffect
H A Dhandles.py22 def effect(self): member in class:Handles
H A Dinkscape_follow_link.py20 def effect(self): member in class:FollowLink
/inkscape/src/extension/
H A Deffect.h36 /** \brief This is the last effect that was used. This is used in
37 a menu item to rapidly recall the same effect. */
47 /** \brief This is the verb type that is used for all effect's verbs.
49 back to the effect that created it. */
54 /** \brief The effect that this verb represents. */
68 Effect * effect,
71 _effect(effect),
76 if (_showPrefs && effect != NULL && effect->param_visible_count() != 0) {
95 /** \brief The verb representing this effect
64 EffectVerb(gchar const * id, gchar const * name, gchar const * tip, gchar const * image, Effect * effect, bool showPrefs) argument
[all...]
/inkscape/src/extension/internal/
H A Dbluredge.h27 void effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
H A Dgrid.h27 void effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
/inkscape/src/extension/plugins/grid2/
H A Dgrid.h36 void effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);

Completed in 74 milliseconds

12345678