/inkscape/src/ui/dialog/ |
H A D | transformation.cpp | 263 _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 D | polar-arrange-tab.cpp | 92 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 D | export.cpp | 848 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 D | export.h | 83 void setValue(Glib::RefPtr<Gtk::Adjustment>& adj, double val); 88 void setValue (Gtk::Adjustment *adj, double val);
|
H A D | guides.cpp | 77 _spin_angle.setValue(0); 79 _spin_button_y.setValue(0); 80 _spin_button_x.setValue(0);
|
/inkscape/src/ui/widget/ |
H A D | scalar-unit.cpp | 117 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 D | scalar-unit.h | 115 void setValue(double number, Glib::ustring const &units); 125 void setValue(double number);
|
H A D | color-picker.cpp | 81 _selected_color.setValue(rgba); 96 _selected_color.setValue(_rgba);
|
H A D | point.cpp | 143 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 D | point.h | 156 void setValue(Geom::Point const & p); 172 * true if the value was set by setValue, not changed by the user;
|
H A D | scalar.h | 142 void setValue(double value); 160 * true if the value was set by setValue, not changed by the user;
|
H A D | tolerance-slider.h | 45 void setValue (double);
|
H A D | registered-widget.cpp | 523 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 D | page-sizer.cpp | 612 _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 D | rendering-options.cpp | 72 _dpi.setValue(prefs->getDouble("/dialogs/printing/dpi",
|
H A D | tolerance-slider.cpp | 122 void ToleranceSlider::setValue (double val) function in class:Inkscape::UI::Widget::ToleranceSlider 169 setValue (10000.0); 176 setValue (_old_val);
|
H A D | registered-widget.h | 301 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 D | scalar.cpp | 129 void Scalar::setValue(double value) function in class:Inkscape::UI::Widget::Scalar
|
/inkscape/src/extension/param/ |
H A D | color.cpp | 41 _color.setValue(in); 72 _color.setValue(atoi(defaulthex)); 97 _color.setValue(0xFF000000);
|
/inkscape/src/ui/ |
H A D | selected-color.h | 38 void setValue(guint32 value);
|
H A D | selected-color.cpp | 63 void SelectedColor::setValue(guint32 value) function in class:Inkscape::UI::SelectedColor
|
/inkscape/src/widgets/ |
H A D | swatch-selector.cpp | 128 _selected_color.setValue(colorVal);
|
/inkscape/src/live_effects/parameter/ |
H A D | parameter.cpp | 161 rsu->setValue(value);
|
H A D | random.cpp | 126 regrandom->setValue(value, startseed);
|
H A D | transformedpoint.cpp | 96 pointwdg->setValue( vector, origin );
|