Searched defs:getValue (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/widget/
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 Dscalar.cpp98 double Scalar::getValue() const function in class:Inkscape::UI::Widget::Scalar
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;
/inkscape/src/util/
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/src/ui/dialog/
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...]
/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 48 milliseconds