| /inkscape/src/live_effects/ |
| H A D | lpe-vonkoch.h | 26 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 D | effect.h | 155 Inkscape::UI::Widget::Registry wr; member in class:Inkscape::LivePathEffect::Effect
|
| /inkscape/src/live_effects/parameter/ |
| H A D | bool.cpp | 23 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 D | originalpath.cpp | 35 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 D | unit.cpp | 23 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 D | array.h | 31 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 D | enum.h | 28 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 D | text.cpp | 30 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 D | togglebutton.cpp | 25 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 D | originalpatharray.cpp | 65 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 D | parameter.cpp | 27 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 D | point.cpp | 27 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 D | powerstrokepointarray.cpp | 26 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 D | random.cpp | 26 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 D | transformedpoint.cpp | 25 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 D | vector.cpp | 25 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 D | path.cpp | 56 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 D | registered-enums.h | 34 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 D | entity-entry.cpp | 44 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 D | licensor.cpp | 47 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 D | tolerance-slider.cpp | 46 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 = ≀
|
| H A D | registered-widget.h | 83 void init_parent(const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument 85 _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 D | registered-widget.cpp | 57 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 D | pathvector.cpp | 317 SVGPathWriter wr; local 318 wr.feed(pv); 319 out << wr.str();
|
| /inkscape/src/extension/internal/ |
| H A D | metafile-print.cpp | 469 FillRule PrintMetafile::SPWR_to_LVFR(SPWindRule wr) argument 472 if (wr == SP_WIND_RULE_EVENODD) {
|