Searched defs:XML (Results 1 - 25 of 80) sorted by relevance

1234

/inkscape/src/
H A Dpath-chemistry.h21 namespace XML { namespace in namespace:Inkscape
23 } // namespace XML
33 Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
35 bool sp_item_list_to_curves(const std::vector<SPItem*> &items, std::vector<SPItem*> &selected, std::vector<Inkscape::XML::Node*> &to_select, bool skip_all_lpeitems = false);
H A Dsp-factory.h19 namespace XML { namespace in namespace:Inkscape
29 static std::string get_type_string(Inkscape::XML::Node const &node);
H A Dlayer-model.h35 namespace XML { namespace in namespace:Inkscape
H A Dtext-tag-attributes.h10 namespace XML { namespace in namespace:Inkscape
30 void readFrom(Inkscape::XML::Node const *node);
37 void writeTo(Inkscape::XML::Node *node) const;
143 static void writeSingleAttributeVector(Inkscape::XML::Node *node, gchar const *key, std::vector<SVGLength> const &attr_vector);
147 static void writeSingleAttributeLength(Inkscape::XML::Node *node, gchar const *key, const SVGLength &length);
H A Devent.h5 * Inkscape::Event -- Container for an XML::Event along with some additional information
23 namespace XML { namespace in namespace:Inkscape
32 Event(XML::Event *_event, unsigned int _type=SP_VERB_NONE, Glib::ustring _description="")
37 XML::Event *event;
H A Dknotholder.h28 namespace XML { namespace in namespace:Inkscape
74 Inkscape::XML::Node *repr; ///< repr of the item, for setting and releasing listeners.
/inkscape/src/xml/
H A Dcroco-node-iface.h7 namespace XML { namespace in namespace:Inkscape
H A Ddocument.h2 * @brief Interface for XML documents
21 namespace XML { namespace in namespace:Inkscape
24 * @brief Interface for XML documents
31 * instruction node (PINode) containing the XML prolog, and the root node. You can get
H A Devent-fns.h5 namespace XML { namespace in namespace:Inkscape
17 void sp_repr_begin_transaction (Inkscape::XML::Document *doc);
18 void sp_repr_rollback (Inkscape::XML::Document *doc);
19 void sp_repr_commit (Inkscape::XML::Document *doc);
20 Inkscape::XML::Event *sp_repr_commit_undoable (Inkscape::XML::Document *doc);
22 void sp_repr_undo_log (Inkscape::XML::Event *log);
23 void sp_repr_replay_log (Inkscape::XML::Event *log);
24 Inkscape::XML::Event *sp_repr_coalesce_log (Inkscape::XML
[all...]
H A Drebase-hrefs.h9 namespace XML { namespace in namespace:Inkscape
39 } // namespace XML
H A Drepr-sorting.h11 namespace XML { namespace in namespace:Inkscape
15 } // namespace XML
19 Inkscape::XML::Node *LCA(Inkscape::XML::Node *a, Inkscape::XML::Node *b);
20 Inkscape::XML::Node const *LCA(Inkscape::XML::Node const *a, Inkscape::XML::Node const *b);
28 Inkscape::XML::Node const *AncetreFils(Inkscape::XML
[all...]
H A Dinvalid-operation-exception.h2 * Inkscape::XML::InvalidOperationException - invalid operation for node type
23 namespace XML { namespace in namespace:Inkscape
H A Dhelper-observer.h12 namespace XML { namespace in namespace:Inkscape
H A Dlog-builder.h21 namespace XML { namespace in namespace:Inkscape
H A Dnode-fns.h2 * @brief Helper functions for XML nodes
24 namespace XML { namespace in namespace:Inkscape
33 * @relates Inkscape::XML::Node
52 * @relates Inkscape::XML::Node
65 * @relates Inkscape::XML::Node
H A Dsubtree.h2 * @brief Object representing a subtree of the XML document
22 namespace XML { namespace in namespace:Inkscape
H A Dattribute-record.h16 namespace XML { namespace in namespace:Inkscape
21 * Internally, the attributes of each node in the XML tree are
H A Dcomment-node.h23 namespace XML { namespace in namespace:Inkscape
38 Inkscape::XML::NodeType type() const { return Inkscape::XML::COMMENT_NODE; }
H A Delement-node.h22 namespace XML { namespace in namespace:Inkscape
34 Inkscape::XML::NodeType type() const { return Inkscape::XML::ELEMENT_NODE; }
/inkscape/src/extension/internal/filter/
H A Dfilter.h21 namespace XML { namespace in namespace:Inkscape
39 Inkscape::XML::Document * get_filter (Inkscape::Extension::Extension * ext);
40 void merge_filters (Inkscape::XML::Node * to, Inkscape::XML::Node * from, Inkscape::XML::Document * doc, gchar const * srcGraphic = NULL, gchar const * srcGraphicAlpha = NULL);
58 static void filters_load_node(Inkscape::XML::Node * node, gchar * menuname);
/inkscape/src/ui/
H A Dclipboard.h28 namespace XML { class Node; } namespace in namespace:Inkscape
47 virtual void copySymbol(Inkscape::XML::Node* symbol, gchar const* style, bool user_symbol = true) = 0;
/inkscape/src/extension/implementation/
H A Dxslt.h22 namespace XML { namespace in namespace:Inkscape
38 Glib::ustring solve_reldir(Inkscape::XML::Node *reprin);
/inkscape/src/extension/param/
H A Dbool.h20 namespace XML { namespace in namespace:Inkscape
35 ParamBool(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml);
40 bool get(const SPDocument *doc, const Inkscape::XML::Node *node) const;
52 bool set(bool in, SPDocument * doc, Inkscape::XML::Node * node);
58 Gtk::Widget *get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
H A Dcolor.h21 namespace XML { namespace in namespace:Inkscape
34 ParamColor(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml);
39 guint32 get( SPDocument const * /*doc*/, Inkscape::XML::Node const * /*node*/ ) const { return _color.value(); }
41 guint32 set (guint32 in, SPDocument * doc, Inkscape::XML::Node * node);
43 Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
/inkscape/src/live_effects/parameter/
H A Dpath-reference.h16 namespace XML { class Node; } namespace in namespace:Inkscape

Completed in 18 milliseconds

1234