/inkscape/src/ |
H A D | path-chemistry.h | 21 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 D | sp-factory.h | 19 namespace XML { namespace in namespace:Inkscape 29 static std::string get_type_string(Inkscape::XML::Node const &node);
|
H A D | layer-model.h | 35 namespace XML { namespace in namespace:Inkscape
|
H A D | text-tag-attributes.h | 10 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 D | event.h | 5 * 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 D | knotholder.h | 28 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 D | croco-node-iface.h | 7 namespace XML { namespace in namespace:Inkscape
|
H A D | document.h | 2 * @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 D | event-fns.h | 5 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 D | rebase-hrefs.h | 9 namespace XML { namespace in namespace:Inkscape 39 } // namespace XML
|
H A D | repr-sorting.h | 11 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 D | invalid-operation-exception.h | 2 * Inkscape::XML::InvalidOperationException - invalid operation for node type 23 namespace XML { namespace in namespace:Inkscape
|
H A D | helper-observer.h | 12 namespace XML { namespace in namespace:Inkscape
|
H A D | log-builder.h | 21 namespace XML { namespace in namespace:Inkscape
|
H A D | node-fns.h | 2 * @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 D | subtree.h | 2 * @brief Object representing a subtree of the XML document 22 namespace XML { namespace in namespace:Inkscape
|
H A D | attribute-record.h | 16 namespace XML { namespace in namespace:Inkscape 21 * Internally, the attributes of each node in the XML tree are
|
H A D | comment-node.h | 23 namespace XML { namespace in namespace:Inkscape 38 Inkscape::XML::NodeType type() const { return Inkscape::XML::COMMENT_NODE; }
|
H A D | element-node.h | 22 namespace XML { namespace in namespace:Inkscape 34 Inkscape::XML::NodeType type() const { return Inkscape::XML::ELEMENT_NODE; }
|
/inkscape/src/extension/internal/filter/ |
H A D | filter.h | 21 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 D | clipboard.h | 28 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 D | xslt.h | 22 namespace XML { namespace in namespace:Inkscape 38 Glib::ustring solve_reldir(Inkscape::XML::Node *reprin);
|
/inkscape/src/extension/param/ |
H A D | bool.h | 20 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 D | color.h | 21 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 D | path-reference.h | 16 namespace XML { class Node; } namespace in namespace:Inkscape
|