Searched defs:wr (Results 1 - 25 of 26) sorted by relevance

12

/inkscape/src/live_effects/
H A Dlpe-vonkoch.h26 Inkscape::UI::Widget::Registry* wr,
28 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
39 Inkscape::UI::Widget::Registry* wr,
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 Deffect.h155 Inkscape::UI::Widget::Registry wr; member in class:Inkscape::LivePathEffect::Effect
/inkscape/src/live_effects/parameter/
H A Dbool.cpp23 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
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 Doriginalpath.cpp35 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
37 : PathParam(label, tip, key, wr, effect, "")
34 OriginalPathParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect) argument
H A Dunit.cpp23 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
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 Darray.h31 Inkscape::UI::Widget::Registry* wr,
34 : Parameter(label, tip, key, wr, effect), _vector(n), _default_size(n)
28 ArrayParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, size_t n = 0 ) argument
H A Denum.h28 Inkscape::UI::Widget::Registry* wr,
31 : Parameter(label, tip, key, wr, effect)
24 EnumParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, const Util::EnumDataConverter<E>& c, Inkscape::UI::Widget::Registry* wr, Effect* effect, E default_value) argument
H A Dtext.cpp30 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
32 : Parameter(label, tip, key, wr, effect),
29 TextParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, const Glib::ustring default_value ) argument
H A Dtogglebutton.cpp25 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
29 : Parameter(label, tip, key, wr, effect), value(default_value), defvalue(default_value),
24 ToggleButtonParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, bool default_value, const Glib::ustring& inactive_label, char const * icon_active, char const * icon_inactive, Inkscape::IconSize icon_size) argument
H A Doriginalpatharray.cpp65 Inkscape::UI::Widget::Registry* wr,
67 : Parameter(label, tip, key, wr, effect),
62 OriginalPathArrayParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect ) argument
H A Dparameter.cpp27 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
30 param_wr(wr),
56 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
58 : Parameter(label, tip, key, wr, effect),
26 Parameter( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect ) argument
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 Dpoint.cpp27 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
30 : Parameter(label, tip, key, wr, effect),
26 PointParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, const gchar *htip, Geom::Point default_value, bool live_update ) argument
H A Dpowerstrokepointarray.cpp26 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
28 : ArrayParam<Geom::Point>(label, tip, key, wr, effect, 0)
25 PowerStrokePointArrayParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect) argument
H A Drandom.cpp26 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
28 : Parameter(label, tip, key, wr, effect)
25 RandomParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, gdouble default_value, long default_seed) argument
H A Dtransformedpoint.cpp25 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
28 : Parameter(label, tip, key, wr, effect),
24 TransformedPointParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, Geom::Point default_vector, bool dontTransform) argument
H A Dvector.cpp25 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
27 : Parameter(label, tip, key, wr, effect),
24 VectorParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, Geom::Point default_vector) argument
H A Dpath.cpp56 const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr,
58 : Parameter(label, tip, key, wr, effect),
55 PathParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, const gchar * default_value) argument
/inkscape/src/ui/widget/
H A Dregistered-enums.h34 Registry& wr,
39 RegisteredWidget< LabelledComboBoxEnum<E> >::init_parent(key, wr, repr_in, doc_in);
30 RegisteredEnum( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, const Util::EnumDataConverter<E>& c, Registry& wr, Inkscape::XML::Node* repr_in = NULL, SPDocument *doc_in = NULL ) argument
H A Dentity-entry.cpp44 EntityEntry::create (rdf_work_entity_t* ent, Registry& wr) argument
51 obj = new EntityLineEntry (ent, wr);
54 obj = new EntityMultiLineEntry (ent, wr);
65 EntityEntry::EntityEntry (rdf_work_entity_t* ent, Registry& wr) argument
67 _entity(ent), _wr(&wr)
83 EntityLineEntry::EntityLineEntry (rdf_work_entity_t* ent, Registry& wr) argument
84 : EntityEntry (ent, wr)
134 EntityMultiLineEntry::EntityMultiLineEntry (rdf_work_entity_t* ent, Registry& wr) argument
135 : EntityEntry (ent, wr)
H A Dlicensor.cpp47 LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr, Gtk::RadioButtonGroup *group);
55 LicenseItem::LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr, Gtk::RadioButtonGroup *group) argument
56 : Gtk::RadioButton(_(license->name)), _lic(license), _eep(entity), _wr(wr)
92 void Licensor::init (Registry& wr) argument
96 _eentry = EntityEntry::create (entity, wr);
99 wr.setUpdating (true);
100 i = Gtk::manage (new LicenseItem (&_proprietary_license, _eentry, wr, NULL));
108 i = Gtk::manage (new LicenseItem (license, _eentry, wr, &group));
112 LicenseItem *io = Gtk::manage (new LicenseItem (&_other_license, _eentry, wr, &group));
116 wr
[all...]
H A Dtolerance-slider.cpp46 ToleranceSlider::ToleranceSlider(const Glib::ustring& label1, const Glib::ustring& label2, const Glib::ustring& label3, const Glib::ustring& tip1, const Glib::ustring& tip2, const Glib::ustring& tip3, const Glib::ustring& key, Registry& wr) argument
49 init(label1, label2, label3, tip1, tip2, tip3, key, wr);
58 void ToleranceSlider::init (const Glib::ustring& label1, const Glib::ustring& label2, const Glib::ustring& label3, const Glib::ustring& tip1, const Glib::ustring& tip2, const Glib::ustring& tip3, const Glib::ustring& key, Registry& wr) argument
118 _wr = &wr;
H A Dregistered-widget.h83 void init_parent(const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
85 _wr = &wr;
144 RegisteredCheckButton (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right=true, Inkscape::XML::Node* repr_in=NULL, SPDocument *doc_in=NULL, char const *active_str = "true", char const *inactive_str = "false");
169 RegisteredToggleButton (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right=true, Inkscape::XML::Node* repr_in=NULL, SPDocument *doc_in=NULL, char const *active_str = "true", char const *inactive_str = "false");
196 Registry& wr,
224 Registry& wr,
242 Registry& wr,
257 Registry& wr,
275 Registry& wr,
297 Registry& wr,
[all...]
H A Dregistered-widget.cpp57 RegisteredCheckButton::RegisteredCheckButton (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right, Inkscape::XML::Node* repr_in, SPDocument *doc_in, char const *active_str, char const *inactive_str) argument
62 init_parent(key, wr, repr_in, doc_in);
116 RegisteredToggleButton::RegisteredToggleButton (const Glib::ustring& /*label*/, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, bool right, Inkscape::XML::Node* repr_in, SPDocument *doc_in, char const *active_str, char const *inactive_str) argument
121 init_parent(key, wr, repr_in, doc_in);
170 RegisteredUnitMenu::RegisteredUnitMenu (const Glib::ustring& label, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
173 init_parent(key, wr, repr_in, doc_in);
211 RegisteredScalarUnit::RegisteredScalarUnit (const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, const RegisteredUnitMenu &rum, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in, RSU_UserUnits user_units) argument
215 init_parent(key, wr, repr_in, doc_in);
281 const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in,
285 init_parent(key, wr, repr_i
280 RegisteredScalar( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument * doc_in ) argument
328 RegisteredText( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument * doc_in ) argument
371 RegisteredColorPicker(const Glib::ustring& label, const Glib::ustring& title, const Glib::ustring& tip, const Glib::ustring& ckey, const Glib::ustring& akey, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
454 RegisteredSuffixedInteger(const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& suffix, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
498 RegisteredRadioButtonPair(const Glib::ustring& label, const Glib::ustring& label1, const Glib::ustring& label2, const Glib::ustring& tip1, const Glib::ustring& tip2, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
566 RegisteredPoint( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument* doc_in ) argument
611 RegisteredTransformedPoint( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument* doc_in ) argument
678 RegisteredVector( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument* doc_in ) argument
762 RegisteredRandom( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument * doc_in ) argument
[all...]
/inkscape/src/2geom/
H A Dpathvector.cpp317 SVGPathWriter wr; local
318 wr.feed(pv);
319 out << wr.str();
/inkscape/src/extension/internal/
H A Dmetafile-print.cpp469 FillRule PrintMetafile::SPWR_to_LVFR(SPWindRule wr) argument
472 if (wr == SP_WIND_RULE_EVENODD) {

Completed in 98 milliseconds

12