/inkscape/src/ui/widget/ |
H A D | scalar-unit.cpp | 141 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 D | point.cpp | 101 return xwidget.getValue(); 106 return ywidget.getValue(); 109 Geom::Point Point::getValue() const function in class:Inkscape::UI::Widget::Point
|
H A D | page-sizer.cpp | 716 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 D | scalar-unit.h | 95 double getValue(Glib::ustring const &units) const;
|
H A D | point.h | 129 Geom::Point getValue() const;
|
H A D | scalar.h | 116 double getValue() const;
|
H A D | rendering-options.cpp | 109 return _dpi.getValue();
|
H A D | registered-widget.cpp | 258 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 D | scalar.cpp | 98 double Scalar::getValue() const function in class:Inkscape::UI::Widget::Scalar
|
H A D | preferences-widget.cpp | 354 prefs->setDoubleUnit(_prefs_path, getValue(getUnit()->abbr), getUnit()->abbr);
|
/inkscape/src/ui/dialog/ |
H A D | transformation.cpp | 719 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 D | filedialogimpl-gtkmm.h | 404 { 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 D | polar-arrange-tab.cpp | 356 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 D | export.cpp | 1057 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 D | export.h | 85 float getValue(Glib::RefPtr<Gtk::Adjustment>& adj); 90 float getValue (Gtk::Adjustment *adj);
|
H A D | guides.cpp | 92 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 D | grid-arrange-tab.cpp | 139 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 D | ziptool.h | 59 unsigned long getValue(); 88 unsigned long getValue();
|
H A D | ziptool.cpp | 97 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 D | buildtool.cpp | 738 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...] |