Searched refs:getUnitType (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/widget/ | ||
H A D | unit-menu.cpp | 85 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 D | unit-menu.h | 79 UnitType getUnitType() const; |
H A D | scalar-unit.h | 90 UnitType getUnitType() const; |
H A D | scalar-unit.cpp | 111 UnitType ScalarUnit::getUnitType() const function in class:Inkscape::UI::Widget::ScalarUnit 114 return _unit_menu->getUnitType(); |
Completed in 15 milliseconds