Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Classes | |
class | SVGLength |
SVG length type. More... | |
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
Functions | |
char const * | sp_svg_length_get_css_units (SVGLength::Unit unit) |
bool | svg_length_absolute_unit (SVGLength::Unit unit) |
char const * | Inkscape::refX_named_to_percent (char const *str) |
char const * | Inkscape::refY_named_to_percent (char const *str) |
char const * sp_svg_length_get_css_units | ( | SVGLength::Unit | unit | ) |
Definition at line 595 of file svg-length.cpp.
References SVGLength::CM, SVGLength::EM, SVGLength::EX, SVGLength::INCH, SVGLength::MM, SVGLength::NONE, SVGLength::PC, SVGLength::PERCENT, SVGLength::PT, and SVGLength::PX.
Referenced by SVGLength::getUnit(), and sp_svg_length_write_with_units().
bool svg_length_absolute_unit | ( | SVGLength::Unit | unit | ) |
Definition at line 612 of file svg-length.cpp.
References SVGLength::EM, SVGLength::EX, and SVGLength::PERCENT.
Referenced by SVGLength::isAbsolute(), SVGLength::readAbsolute(), and sp_svg_length_read_computed_absolute().