Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
Functions | |
std::pair< char const *, char const * > | Inkscape::getHrefAttribute (XML::Node const &node) |
Get the 'href' or 'xlink:href' (fallback) attribute from an XML node. | |
void | Inkscape::setHrefAttribute (XML::Node &node, Util::const_char_ptr value) |
If the 'href' attribute already exists for the given node, then set a new value for it. | |