Inkscape
Vector Graphics Editor
|
SVG <image> implementation. More...
Go to the source code of this file.
Classes | |
class | SPImage |
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
Functions | |
void | sp_embed_image (Inkscape::XML::Node *imgnode, Inkscape::Pixbuf *pb) |
void | sp_embed_svg (Inkscape::XML::Node *image_node, std::string const &fn) |
SVG <image> implementation.
Definition in file sp-image.h.
void sp_embed_image | ( | Inkscape::XML::Node * | imgnode, |
Inkscape::Pixbuf * | pb | ||
) |
Definition at line 716 of file sp-image.cpp.
References data, Inkscape::Pixbuf::getMimeData(), Inkscape::Pixbuf::getPixbufRaw(), len, and Inkscape::setHrefAttribute().
Referenced by Inkscape::ObjectSet::createBitmapCopy(), SPImage::cropToArea(), Inkscape::UI::Widget::ImageProperties::ImageProperties(), and Inkscape::Extension::Internal::GdkpixbufInput::open().
void sp_embed_svg | ( | Inkscape::XML::Node * | image_node, |
std::string const & | fn | ||
) |
Definition at line 759 of file sp-image.cpp.
References data, len, and Inkscape::setHrefAttribute().
Referenced by Inkscape::Extension::Internal::Svg::open().