Searched refs:prefs_effect (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/extension/internal/
H A Dbluredge.h28 Gtk::Widget * prefs_effect(Inkscape::Extension::Effect * module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
H A Dgrid.h28 Gtk::Widget * prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
H A Dbluredge.cpp120 BlurEdge::prefs_effect(Inkscape::Extension::Effect * module, Inkscape::UI::View::View * /*view*/, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/) function in class:Inkscape::Extension::Internal::BlurEdge
H A Dgrid.cpp184 Grid::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/) function in class:Inkscape::Extension::Internal::Grid
/inkscape/src/extension/plugins/grid2/
H A Dgrid.h37 Gtk::Widget * prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
H A Dgrid.cpp190 Grid::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/) function in class:Inkscape::Extension::Internal::Grid
/inkscape/src/extension/internal/bitmap/
H A Dimagemagick.h40 Gtk::Widget* prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache);
H A Dimagemagick.cpp234 ImageMagick::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, Inkscape::Extension::Implementation::ImplementationDocumentCache * /*docCache*/) function in class:Inkscape::Extension::Internal::Bitmap::ImageMagick
/inkscape/src/extension/implementation/
H A Dimplementation.cpp41 Gtk::Widget *Implementation::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View * view, sigc::signal<void> * changeSignal, ImplementationDocumentCache * /*docCache*/) function in class:Inkscape::Extension::Implementation::Implementation
58 } // Implementation::prefs_effect
H A Dimplementation.h118 virtual Gtk::Widget * prefs_effect(Inkscape::Extension::Effect *module,
/inkscape/src/ui/dialog/
H A Dtemplate-widget.cpp107 _effect_prefs = data.tpl_effect->get_imp()->prefs_effect(data.tpl_effect, SP_ACTIVE_DESKTOP, NULL, NULL);
/inkscape/src/extension/
H A Dprefdialog.cpp64 controls = _effect->get_imp()->prefs_effect(_effect, SP_ACTIVE_DESKTOP, &_signal_param_change, NULL);

Completed in 37 milliseconds