/inkscape/src/extension/ |
H A D | output.cpp | 17 /* Inkscape::Extension::Output */ 38 Output::Output (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp) : Extension(in_repr, in_imp) function in class:Inkscape::Extension::Output 98 Output::~Output (void) 116 Output::check (void) 131 Output::get_mimetype(void) 141 Output::get_extension(void) 151 Output::get_filetypename(void) 164 Output [all...] |
H A D | output.h | 22 class Output : public Extension { class in namespace:Inkscape::Extension 35 Output (Inkscape::XML::Node * in_repr, 37 virtual ~Output (void);
|
H A D | system.cpp | 214 Output *omod; 226 omod = dynamic_cast<Output *>(db.get(SP_MODULE_KEY_OUTPUT_SVG_INKSCAPE)); 230 // omod = dynamic_cast<Output *>(db.get(SP_MODULE_KEY_OUTPUT_SVG_INKSCAPE)); use exception and let user choose 233 omod = dynamic_cast<Output *>(key); 236 if (!dynamic_cast<Output *>(omod)) { 238 throw Output::no_extension_found(); 243 throw Output::save_failed(); 247 throw Output::save_cancelled(); 269 throw Output::no_overwrite(); 276 throw Output [all...] |
H A D | db.h | 29 class Output; 70 typedef std::list<Output *> OutputList;
|
H A D | db.cpp | 158 if (dynamic_cast<Output *>(in_plug)) { 160 Output * omod; 162 omod = dynamic_cast<Output *>(in_plug); 214 \brief Creates a list of all the Output extensions
|
/inkscape/src/extension/internal/ |
H A D | cairo-png-out.h | 29 void save(Inkscape::Extension::Output *mod,
|
H A D | cairo-renderer-pdf-out.h | 29 void save(Inkscape::Extension::Output *mod,
|
H A D | cairo-ps-out.h | 32 void save(Inkscape::Extension::Output *mod, 44 void save(Inkscape::Extension::Output *mod,
|
H A D | latex-pstricks-out.h | 29 void save(Inkscape::Extension::Output *mod, // Save the given document to the given filename
|
H A D | svg.h | 27 virtual void save( Inkscape::Extension::Output *mod,
|
H A D | cairo-png-out.cpp | 93 void CairoRendererOutput::save(Inkscape::Extension::Output * /*mod*/, SPDocument *doc, gchar const *filename) 96 throw Inkscape::Extension::Output::save_failed(); 112 "<name>Cairo PNG Output</name>\n"
|
H A D | cairo-ps-out.cpp | 130 CairoPsOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) 199 throw Inkscape::Extension::Output::save_failed(); 207 throw Inkscape::Extension::Output::save_failed(); 219 CairoEpsOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) 288 throw Inkscape::Extension::Output::save_failed(); 296 throw Inkscape::Extension::Output::save_failed(); 340 "<param name=\"area\" gui-text=\"" N_("Output page size") "\" type=\"optiongroup\" >\n" 382 "<param name=\"area\" gui-text=\"" N_("Output page size") "\" type=\"optiongroup\" >\n"
|
H A D | cairo-renderer-pdf-out.cpp | 130 CairoRendererPdfOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) 216 throw Inkscape::Extension::Output::save_failed(); 224 throw Inkscape::Extension::Output::save_failed(); 257 "<param name=\"area\" gui-text=\"" N_("Output page size:") "\" type=\"optiongroup\" >\n"
|
H A D | javafx-out.h | 33 * Output the current svg document in JavaFX format. 58 virtual void save(Inkscape::Extension::Output *mod, 91 //Output the parts of the file 94 * Output the file header 99 * Output gradient information to the buffer 104 * Output an element's style attribute 109 * Output the SVG document's curve data as JavaFX geometry types 118 * Output the file footer
|
H A D | latex-pstricks-out.cpp | 49 void LatexOutput::save(Inkscape::Extension::Output * /*mod2*/, SPDocument *doc, gchar const *filename) 95 "<name>" N_("LaTeX Output") "</name>\n"
|
H A D | svg.cpp | 114 "<name>" N_("SVG Output Inkscape") "</name>\n" 128 "<name>" N_("SVG Output") "</name>\n" 239 Svg::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) 272 throw Inkscape::Extension::Output::save_failed();
|
H A D | pov-out.h | 34 * Output bezier splines in POVRay format. 61 void save(Inkscape::Extension::Output *mod, 82 * Output a 2d vector 87 * Output a 3d vector 92 * Output a 4d vector 97 * Output an rgbf color vector 102 * Output one bezier's start, start-control, 112 * Output the file header 117 * Output the file footer 122 * Output th [all...] |
/inkscape/src/extension/implementation/ |
H A D | xslt.h | 49 void save(Inkscape::Extension::Output *module, SPDocument *doc, gchar const *filename);
|
H A D | implementation.h | 44 class Output; 111 // ----- Output functions ----- 113 virtual Gtk::Widget *prefs_output(Inkscape::Extension::Output *module); 114 virtual void save(Inkscape::Extension::Output * /*module*/, SPDocument * /*doc*/, gchar const * /*filename*/) {}
|
H A D | implementation.cpp | 37 Implementation::prefs_output(Inkscape::Extension::Output *module) {
|
H A D | script.h | 46 virtual Gtk::Widget *prefs_output(Inkscape::Extension::Output *module); 47 virtual void save(Inkscape::Extension::Output *module, SPDocument *doc, gchar const *filename);
|
H A D | xslt.cpp | 184 void XSLT::save(Inkscape::Extension::Output *module, SPDocument *doc, gchar const *filename) 204 throw Inkscape::Extension::Output::save_failed(); 241 throw Inkscape::Extension::Output::save_failed();
|
/inkscape/src/ui/dialog/ |
H A D | filedialog.h | 31 class Output; 233 void appendExtension(Glib::ustring& path, Inkscape::Extension::Output* outputExtension);
|
H A D | pixelartdialog.cpp | 84 struct Output struct in class:Inkscape::UI::Dialog::PixelArtDialogImpl 86 Output(Tracer::Splines splines, SVGLength x, SVGLength y) : function in struct:Inkscape::UI::Dialog::PixelArtDialogImpl::Output 108 void importOutput(const Output &out); 165 std::vector<Output> output; 264 // Output 267 voronoiRadioButton.set_tooltip_text(_("Output composed of straight lines")); 289 outputFrame.set_label(_("Output")); 433 output.push_back(Output(Tracer::Kopf2011::to_voronoi(input.pixbuf, 437 output.push_back(Output(Tracer::Kopf2011::to_splines(input.pixbuf, 443 void PixelArtDialogImpl::importOutput(const Output [all...] |
/inkscape/src/ |
H A D | file.cpp | 677 } catch (Inkscape::Extension::Output::no_extension_found &e) { 685 } catch (Inkscape::Extension::Output::file_read_only &e) { 693 } catch (Inkscape::Extension::Output::save_failed &e) { 701 } catch (Inkscape::Extension::Output::save_cancelled &e) { 704 } catch (Inkscape::Extension::Output::no_overwrite &e) { 838 Inkscape::Extension::Output *extension = 0; 849 extension = dynamic_cast<Inkscape::Extension::Output *> 935 Inkscape::Extension::Output *omod = dynamic_cast<Inkscape::Extension::Output *>(selectionType); 1407 Inkscape::Extension::Output *extensio [all...] |