| /inkscape/src/live_effects/ |
| H A D | lpe-vonkoch.h | 12 #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 D | lpe-perp_bisector.cpp | 33 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 D | text.h | 33 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 D | bool.cpp | 9 #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 D | unit.cpp | 11 #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 D | bool.h | 27 Effect* effect,
|
| H A D | originalpath.h | 24 Effect* effect);
|
| H A D | parameter.cpp | 11 #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 D | unit.h | 28 Effect* effect,
|
| /inkscape/share/extensions/ |
| H A D | jessyInk_autoTexts.py | 40 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 D | jessyInk_masterSlide.py | 41 def effect(self): member in class:JessyInk_MasterSlide 62 # Create effect instance 63 effect = JessyInk_MasterSlide() variable 64 effect.affect()
|
| H A D | jessyInk_mouseHandler.py | 43 def effect(self): function 71 # Create effect instance 72 effect = JessyInk_CustomMouseHandler() variable 73 effect.affect()
|
| H A D | jessyInk_transitions.py | 45 def effect(self): member in class:JessyInk_Transitions 72 # Create effect instance 73 effect = JessyInk_Transitions() variable 74 effect.affect()
|
| H A D | next_glyph_layer.py | 26 def effect(self): member in class:NextLayer
|
| H A D | previous_glyph_layer.py | 26 def effect(self): member in class:PreviousLayer
|
| H A D | jessyInk.js | 335 // 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 D | jessyInk_effects.py | 45 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 D | jessyInk_view.py | 62 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 D | flatten.py | 28 def effect(self): member in class:MyEffect
|
| H A D | handles.py | 22 def effect(self): member in class:Handles
|
| H A D | inkscape_follow_link.py | 20 def effect(self): member in class:FollowLink
|
| /inkscape/src/extension/ |
| H A D | effect.h | 36 /** \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 D | bluredge.h | 27 void effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
|
| H A D | grid.h | 27 void effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
|
| /inkscape/src/extension/plugins/grid2/ |
| H A D | grid.h | 36 void effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
|