/inkscape/src/extension/ |
H A D | input.cpp | 20 /* Inkscape::Extension::Input */ 41 Input::Input (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp) : Extension(in_repr, in_imp) function in class:Inkscape::Extension::Input 101 \brief Destroys an Input extension 103 Input::~Input (void) 122 Input::check (void) 143 Input::open (const gchar *uri) 156 throw Input::open_cancelled(); 167 Input [all...] |
H A D | input.h | 23 class Input : public Extension { class in namespace:Inkscape::Extension 46 Input (Inkscape::XML::Node * in_repr, 48 virtual ~Input (void);
|
H A D | db.h | 28 class Input; 71 typedef std::list<Input *> InputList;
|
H A D | db.cpp | 132 if (dynamic_cast<Input *>(in_plug)) { 134 Input * imod; 136 imod = dynamic_cast<Input *>(in_plug); 201 \brief Creates a list of all the Input extensions
|
H A D | system.cpp | 74 Input *imod = NULL; 82 imod = dynamic_cast<Input *>(key); 88 imod = dynamic_cast<Input *>(db.get(SP_MODULE_KEY_INPUT_SVG)); 92 throw Input::no_extension_found(); 111 throw Input::open_failed(); 121 throw Input::open_failed(); 162 if (!in_plug->deactivated() && dynamic_cast<Input *>(in_plug)) { 165 Input **pimod = (Input **)parray[1]; 170 gchar const *ext = dynamic_cast<Input *>(in_plu [all...] |
/inkscape/src/extension/internal/ |
H A D | gdkpixbuf-input.h | 12 SPDocument *open(Inkscape::Extension::Input *mod,
|
H A D | wpg-input.h | 27 SPDocument *open( Inkscape::Extension::Input *mod,
|
H A D | cdr-input.h | 33 SPDocument *open( Inkscape::Extension::Input *mod,
|
H A D | gimpgrad.h | 30 SPDocument *open(Inkscape::Extension::Input *module, gchar const *filename);
|
H A D | svg.h | 30 virtual SPDocument *open( Inkscape::Extension::Input *mod,
|
H A D | vsd-input.h | 33 SPDocument *open( Inkscape::Extension::Input *mod,
|
H A D | wpg-input.cpp | 82 SPDocument *WpgInput::open(Inkscape::Extension::Input * /*mod*/, const gchar * uri) 144 "<name>" N_("WPG Input") "</name>\n"
|
H A D | gimpgrad.cpp | 132 GimpGrad::open (Inkscape::Extension::Input */*module*/, gchar const *filename)
|
H A D | svg.cpp | 100 "<name>" N_("SVG Input") "</name>\n" 193 Svg::open (Inkscape::Extension::Input */*mod*/, const gchar *uri)
|
H A D | emf-inout.h | 2 * @brief Enhanced Metafile Input/Output 190 virtual SPDocument *open( Inkscape::Extension::Input *mod,
|
H A D | wmf-inout.h | 2 * @brief Windows Metafile Input/Output 183 virtual SPDocument *open( Inkscape::Extension::Input *mod,
|
H A D | cdr-input.cpp | 224 SPDocument *CdrInput::open(Inkscape::Extension::Input * /*mod*/, const gchar * uri) 293 "<name>" N_("Corel DRAW Input") "</name>\n"
|
/inkscape/src/extension/implementation/ |
H A D | xslt.h | 47 SPDocument *open(Inkscape::Extension::Input *module,
|
H A D | implementation.h | 43 class Input; 103 // ----- Input functions ----- 105 virtual Gtk::Widget *prefs_input(Inkscape::Extension::Input *module, 108 virtual SPDocument *open(Inkscape::Extension::Input * /*module*/,
|
H A D | implementation.cpp | 32 Implementation::prefs_input(Inkscape::Extension::Input *module, gchar const */*filename*/) {
|
H A D | script.h | 44 virtual Gtk::Widget *prefs_input(Inkscape::Extension::Input *module, gchar const *filename); 45 virtual SPDocument *open(Inkscape::Extension::Input *module, gchar const *filename);
|
H A D | xslt.cpp | 139 SPDocument * XSLT::open(Inkscape::Extension::Input */*module*/,
|
/inkscape/src/ui/dialog/ |
H A D | pixelartdialog.cpp | 78 struct Input struct in class:Inkscape::UI::Dialog::PixelArtDialogImpl 107 void processLibdepixelize(const Input &image); 164 std::vector<Input> queue; 381 Input input; 417 void PixelArtDialogImpl::processLibdepixelize(const Input &input) 545 for ( std::vector<Input>::iterator it = queue.begin(), end = queue.end()
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-input.h | 151 SPDocument *open( Inkscape::Extension::Input *mod,
|
/inkscape/src/ |
H A D | file.cpp | 279 } catch (Inkscape::Extension::Input::no_extension_found &e) { 281 } catch (Inkscape::Extension::Input::open_failed &e) { 283 } catch (Inkscape::Extension::Input::open_cancelled &e) { 1174 } catch (Inkscape::Extension::Input::no_extension_found &e) { 1176 } catch (Inkscape::Extension::Input::open_failed &e) { 1178 } catch (Inkscape::Extension::Input::open_cancelled &e) {
|