Searched refs:getUnitType (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/widget/
H A Dunit-menu.cpp85 UnitType UnitMenu::getUnitType() const function in class:Inkscape::UI::Widget::UnitMenu
131 return getUnitType() != UNIT_TYPE_DIMENSIONLESS;
136 return getUnitType() == UNIT_TYPE_RADIAL;
H A Dunit-menu.h79 UnitType getUnitType() const;
H A Dscalar-unit.h90 UnitType getUnitType() const;
H A Dscalar-unit.cpp111 UnitType ScalarUnit::getUnitType() const function in class:Inkscape::UI::Widget::ScalarUnit
114 return _unit_menu->getUnitType();

Completed in 15 milliseconds