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

/inkscape/src/ui/dialog/
H A Dtemplate-widget.h39 Dialog::SVGPreview _preview_render;
H A Dfiledialogimpl-gtkmm.h82 class SVGPreview : public Gtk::VBox class in namespace:Inkscape::UI::Dialog
86 SVGPreview();
88 ~SVGPreview();
187 SVGPreview svgPreview;
H A Dfiledialogimpl-gtkmm.cpp126 bool SVGPreview::setDocument(SPDocument *doc)
146 bool SVGPreview::setFileName(Glib::ustring &theFileName)
171 bool SVGPreview::setFromMem(char const *xmlBuffer)
194 void SVGPreview::showImage(Glib::ustring &theFileName)
201 // std::cout << "SVGPreview::showImage: " << theFileName << std::endl;
224 g_message("caught Glib::FileError in SVGPreview::showImage");
229 g_message("Gdk::PixbufError in SVGPreview::showImage");
234 g_message("Caught ... in SVGPreview::showImage");
245 std::cerr << "SVGPreview::showImage: Failed to open file: " << theFileName << std::endl;
344 void SVGPreview
590 SVGPreview::SVGPreview() function in class:Inkscape::UI::Dialog::SVGPreview
[all...]
H A Docaldialogs.h54 class SVGPreview;

Completed in 40 milliseconds