Searched defs:ScalarUnit (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | scalar-unit.h | 26 * A ScalarUnit is a control for entering, viewing, or manipulating 31 * value. The ScalarUnit allows us to abstract the presentation of 35 class ScalarUnit : public Scalar class in namespace:Inkscape::UI::Widget 39 * Construct a ScalarUnit. 51 ScalarUnit(Glib::ustring const &label, Glib::ustring const &tooltip, 59 * Construct a ScalarUnit. 70 ScalarUnit(Glib::ustring const &label, Glib::ustring const &tooltip, 71 ScalarUnit &take_unitmenu, 98 * Sets the unit for the ScalarUnit widget. 103 * Adds the unit type to the ScalarUnit widge [all...] |
H A D | scalar-unit.cpp | 25 ScalarUnit::ScalarUnit(Glib::ustring const &label, Glib::ustring const &tooltip, function in class:Inkscape::UI::Widget::ScalarUnit 44 .connect_notify(sigc::mem_fun(*this, &ScalarUnit::on_unit_changed)); 51 ScalarUnit::ScalarUnit(Glib::ustring const &label, Glib::ustring const &tooltip, function in class:Inkscape::UI::Widget::ScalarUnit 52 ScalarUnit &take_unitmenu, 63 .connect_notify(sigc::mem_fun(*this, &ScalarUnit::on_unit_changed)); 71 void ScalarUnit::initScalar(double min_value, double max_value) 80 bool ScalarUnit::setUnit(Glib::ustring const &unit) 91 void ScalarUnit [all...] |
Completed in 19 milliseconds