Searched defs:setValue (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/ui/
H A Dselected-color.cpp63 void SelectedColor::setValue(guint32 value) function in class:Inkscape::UI::SelectedColor
/inkscape/src/ui/widget/
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 Dscalar.cpp129 void Scalar::setValue(double value) function in class:Inkscape::UI::Widget::Scalar
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 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 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...]
/inkscape/src/ui/dialog/
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...]

Completed in 25 milliseconds