Searched refs:setValue (Results 1 - 25 of 32) sorted by relevance

12

/inkscape/src/ui/dialog/
H A Dtransformation.cpp263 _scalar_scale_horizontal.setValue(100.0, "%");
270 _scalar_scale_vertical.setValue(100.0, "%");
423 _scalar_transform_a.setValue(1.0);
439 _scalar_transform_b.setValue(0.0);
455 _scalar_transform_c.setValue(0.0);
472 _scalar_transform_d.setValue(1.0);
489 _scalar_transform_e.setValue(0.0);
506 _scalar_transform_f.setValue(0.0);
591 _scalar_move_horizontal.setValue(x / conversion);
592 _scalar_move_vertical.setValue(
[all...]
H A Dpolar-arrange-tab.cpp92 centerX.setValue(0, "px");
96 centerY.setValue(0, "px");
114 radiusX.setValue(100, "px");
118 radiusY.setValue(100, "px");
136 angleX.setValue(0, "°");
140 angleY.setValue(180, "°");
H A Dexport.cpp848 setValue(xdpi_adj, xdpi);
855 setValue(ydpi_adj, ydpi);
1557 setValue(bmwidth_adj, width);
1602 setValue(bmheight_adj, height);
1633 setValue(bmwidth_adj, bmwidth);
1662 setValue(bmheight_adj, bmheight);
1685 setValue(ydpi_adj, xdpi);
1686 setValue(bmheight_adj, (y1 - y0) * xdpi / DPI_BASE);
1707 setValue(ydpi_adj, xdpi);
1708 setValue(bmwidth_ad
1879 void Export::setValue(Glib::RefPtr<Gtk::Adjustment>& adj, double val ) function in class:Inkscape::UI::Dialog::Export
[all...]
H A Dexport.h83 void setValue(Glib::RefPtr<Gtk::Adjustment>& adj, double val);
88 void setValue (Gtk::Adjustment *adj, double val);
H A Dguides.cpp77 _spin_angle.setValue(0);
79 _spin_button_y.setValue(0);
80 _spin_button_x.setValue(0);
/inkscape/src/ui/widget/
H A Dscalar-unit.cpp117 void ScalarUnit::setValue(double number, Glib::ustring const &units) function in class:Inkscape::UI::Widget::ScalarUnit
121 Scalar::setValue(number);
129 Scalar::setValue(number);
132 Scalar::setValue(number / conversion);
136 void ScalarUnit::setValue(double number) function in class:Inkscape::UI::Widget::ScalarUnit
138 Scalar::setValue(number);
220 Scalar::setValue(absolute);
243 Scalar::setValue(convertedVal);
H A Dscalar-unit.h115 void setValue(double number, Glib::ustring const &units);
125 void setValue(double number);
H A Dcolor-picker.cpp81 _selected_color.setValue(rgba);
96 _selected_color.setValue(_rgba);
H A Dpoint.cpp143 void Point::setValue(Geom::Point const & p) function in class:Inkscape::UI::Widget::Point
145 xwidget.setValue(p[0]);
146 ywidget.setValue(p[1]);
H A Dpoint.h156 void setValue(Geom::Point const & p);
172 * true if the value was set by setValue, not changed by the user;
H A Dscalar.h142 void setValue(double value);
160 * true if the value was set by setValue, not changed by the user;
H A Dtolerance-slider.h45 void setValue (double);
H A Dregistered-widget.cpp523 RegisteredRadioButtonPair::setValue (bool second) function in class:Inkscape::UI::Widget::RegisteredRadioButtonPair
627 RegisteredTransformedPoint::setValue(Geom::Point const & p) function in class:Inkscape::UI::Widget::RegisteredTransformedPoint
630 Point::setValue(new_p); // the Point widget should display things in canvas coordinates
694 RegisteredVector::setValue(Geom::Point const & p) function in class:Inkscape::UI::Widget::RegisteredVector
697 Point::setValue(p);
702 Point::setValue(polar);
707 RegisteredVector::setValue(Geom::Point const & p, Geom::Point const & origin) function in class:Inkscape::UI::Widget::RegisteredVector
709 RegisteredVector::setValue(p);
779 RegisteredRandom::setValue (double val, long startseed) function in class:Inkscape::UI::Widget::RegisteredRandom
781 Scalar::setValue (va
[all...]
H A Dpage-sizer.cpp612 _dimensionWidth.setValue (w.quantity);
614 _dimensionHeight.setValue (h.quantity);
636 _marginTop.setValue(value);
639 _marginLeft.setValue(value);
642 _marginRight.setValue(value);
645 _marginBottom.setValue(value);
844 _scaleX.setValue(1.0/scaleX_inv);
848 _scaleX.setValue(1.0);
856 _scaleY.setValue(1.0/scaleY_inv);
860 _scaleY.setValue(1.
[all...]
H A Drendering-options.cpp72 _dpi.setValue(prefs->getDouble("/dialogs/printing/dpi",
H A Dtolerance-slider.cpp122 void ToleranceSlider::setValue (double val) function in class:Inkscape::UI::Widget::ToleranceSlider
169 setValue (10000.0);
176 setValue (_old_val);
H A Dregistered-widget.h301 bool setProgrammatically; // true if the value was set by setValue, not changed by the user;
322 void setValue (bool second);
324 bool setProgrammatically; // true if the value was set by setValue, not changed by the user;
359 // redefine setValue, because transform must be applied
360 void setValue(Geom::Point const & p);
383 // redefine setValue, because transform must be applied
384 void setValue(Geom::Point const & p);
385 void setValue(Geom::Point const & p, Geom::Point const & origin);
390 * After changing the coords type (polar/non-polar), the value has to be reset (setValue).
414 void setValue (doubl
[all...]
H A Dscalar.cpp129 void Scalar::setValue(double value) function in class:Inkscape::UI::Widget::Scalar
/inkscape/src/extension/param/
H A Dcolor.cpp41 _color.setValue(in);
72 _color.setValue(atoi(defaulthex));
97 _color.setValue(0xFF000000);
/inkscape/src/ui/
H A Dselected-color.h38 void setValue(guint32 value);
H A Dselected-color.cpp63 void SelectedColor::setValue(guint32 value) function in class:Inkscape::UI::SelectedColor
/inkscape/src/widgets/
H A Dswatch-selector.cpp128 _selected_color.setValue(colorVal);
/inkscape/src/live_effects/parameter/
H A Dparameter.cpp161 rsu->setValue(value);
H A Drandom.cpp126 regrandom->setValue(value, startseed);
H A Dtransformedpoint.cpp96 pointwdg->setValue( vector, origin );

Completed in 4153 milliseconds

12