Searched refs:getValue (Results 1 - 20 of 20) sorted by relevance

/inkscape/src/ui/widget/
H A Dscalar-unit.cpp141 double ScalarUnit::getValue(Glib::ustring const &unit_name) const function in class:Inkscape::UI::Widget::ScalarUnit
146 return Scalar::getValue();
149 return conversion * Scalar::getValue();
212 double convertedVal = AbsoluteToPercentage(Scalar::getValue());
236 convertedVal = PercentageToAbsolute(Scalar::getValue());
238 convertedVal = AbsoluteToPercentage(Scalar::getValue());
241 convertedVal = Scalar::getValue() / conversion;
H A Dpoint.cpp101 return xwidget.getValue();
106 return ywidget.getValue();
109 Geom::Point Point::getValue() const function in class:Inkscape::UI::Widget::Point
H A Dpage-sizer.cpp716 sp_repr_set_svg_double(nv_repr, "fit-margin-top", _marginTop.getValue());
717 sp_repr_set_svg_double(nv_repr, "fit-margin-left", _marginLeft.getValue());
718 sp_repr_set_svg_double(nv_repr, "fit-margin-right", _marginRight.getValue());
719 sp_repr_set_svg_double(nv_repr, "fit-margin-bottom", _marginBottom.getValue());
783 Inkscape::Util::Quantity w = Inkscape::Util::Quantity(_dimensionWidth.getValue(""), _dimensionWidth.getUnit());
784 Inkscape::Util::Quantity h = Inkscape::Util::Quantity(_dimensionHeight.getValue(""), _dimensionHeight.getUnit());
799 Inkscape::Util::Quantity w = Inkscape::Util::Quantity(_dimensionWidth.getValue(""), _dimensionWidth.getUnit());
800 Inkscape::Util::Quantity h = Inkscape::Util::Quantity(_dimensionHeight.getValue(""), _dimensionHeight.getUnit());
896 setDim (Inkscape::Util::Quantity(_dimensionWidth.getValue(""), _dimensionUnits.getUnit()),
897 Inkscape::Util::Quantity(_dimensionHeight.getValue(""), _dimensionUnit
[all...]
H A Dscalar-unit.h95 double getValue(Glib::ustring const &units) const;
H A Dpoint.h129 Geom::Point getValue() const;
H A Dscalar.h116 double getValue() const;
H A Drendering-options.cpp109 return _dpi.getValue();
H A Dregistered-widget.cpp258 os << getValue("px") * scale;
261 os << getValue("");
309 os << getValue();
481 os << getValue();
658 Geom::Point pos = getValue() * to_svg;
739 Geom::Point vector = getValue();
799 os << getValue() << ';' << getStartSeed();
H A Dscalar.cpp98 double Scalar::getValue() const function in class:Inkscape::UI::Widget::Scalar
H A Dpreferences-widget.cpp354 prefs->setDoubleUnit(_prefs_path, getValue(getUnit()->abbr), getUnit()->abbr);
/inkscape/src/ui/dialog/
H A Dtransformation.cpp719 double x = _scalar_move_horizontal.getValue("px");
720 double y = _scalar_move_vertical.getValue("px");
806 double scaleX = _scalar_scale_horizontal.getValue("px");
807 double scaleY = _scalar_scale_vertical.getValue("px");
869 double angle = _scalar_rotate.getValue(DEG);
902 double skewX = _scalar_skew_horizontal.getValue("%");
903 double skewY = _scalar_skew_vertical.getValue("%");
910 double angleX = _scalar_skew_horizontal.getValue("rad");
911 double angleY = _scalar_skew_vertical.getValue("rad");
923 double skewX = _scalar_skew_horizontal.getValue("p
[all...]
H A Dfiledialogimpl-gtkmm.h404 { return sourceX0Spinner.getValue(); }
410 { return sourceY1Spinner.getValue(); }
416 { return sourceWidthSpinner.getValue(); }
422 { return sourceHeightSpinner.getValue(); }
434 { return destWidthSpinner.getValue(); }
440 { return destHeightSpinner.getValue(); }
452 { return destDPISpinner.getValue(); }
H A Dpolar-arrange-tab.cpp356 cx = centerX.getValue("px");
357 cy = centerY.getValue("px");
358 rx = radiusX.getValue("px");
359 ry = radiusY.getValue("px");
360 arcBeg = angleX.getValue("rad");
361 arcEnd = angleY.getValue("rad");
H A Dexport.cpp1057 dpi = getValue(xdpi_adj);
1118 float const xdpi = getValue(xdpi_adj);
1119 float const ydpi = getValue(ydpi_adj);
1120 unsigned long int const width = int(getValue(bmwidth_adj) + 0.5);
1121 unsigned long int const height = int(getValue(bmheight_adj) + 0.5);
1540 xdpi = getValue(xdpi_adj);
1583 ydpi = getValue(ydpi_adj);
1621 float xdpi = getValue(xdpi_adj);
1651 float ydpi = getValue(ydpi_adj);
1683 xdpi = getValue(xdpi_ad
1924 float Export::getValue(Glib::RefPtr<Gtk::Adjustment>& adj) function in class:Inkscape::UI::Dialog::Export
[all...]
H A Dexport.h85 float getValue(Glib::RefPtr<Gtk::Adjustment>& adj);
90 float getValue (Gtk::Adjustment *adj);
H A Dguides.cpp92 double deg_angle = _spin_angle.getValue(DEG);
109 double const points_x = _spin_button_x.getValue("px");
110 double const points_y = _spin_button_y.getValue("px");
H A Dgrid-arrange-tab.cpp139 paddingx = XPadding.getValue("px");
140 paddingy = YPadding.getValue("px");
413 prefs->setDouble("/dialogs/gridtiler/XPad", XPadding.getValue("px"));
423 prefs->setDouble("/dialogs/gridtiler/YPad", YPadding.getValue("px"));
/inkscape/src/util/
H A Dziptool.h59 unsigned long getValue();
88 unsigned long getValue();
H A Dziptool.cpp97 unsigned long Adler32::getValue() function in class:Adler32
189 unsigned long Crc32::getValue() function in class:Crc32
1622 unsigned long crc = crcEngine.getValue();
1823 unsigned long calcCrc = crcEngine.getValue();
2065 crc = c32.getValue();
2708 unsigned long crc = crcEngine.getValue();
/inkscape/
H A Dbuildtool.cpp738 virtual String getValue() function in class:buildtool::Attribute
800 virtual String getValue() function in class:buildtool::Element
1023 return attributes[i].getValue();
1041 String res = elems[0]->getValue();
1079 attributes[i].getValue().c_str());
2915 bool getValue(Element *elem, String &result);
4717 bool MakeBase::getValue(Element *elem, String &result) function in class:buildtool::MakeBase
4719 String s = elem->getValue();
7002 if (!parent.getValue(child, flagsOpt))
7008 if (!parent.getValue(chil
[all...]

Completed in 73 milliseconds