Searched defs:id (Results 1 - 25 of 100) sorted by relevance

1234

/inkscape/src/ui/
H A Dtool-factory.cpp43 ToolBase *ToolFactory::createObject(std::string const& id) argument
47 if (id == "/tools/shapes/arc")
49 else if (id == "/tools/shapes/3dbox")
51 else if (id == "/tools/calligraphic")
53 else if (id == "/tools/connector")
55 else if (id == "/tools/dropper")
57 else if (id == "/tools/eraser")
60 else if (id == "/tools/paintbucket")
63 else if (id == "/tools/gradient")
65 else if (id
[all...]
H A Dtools-switch.cpp128 tools_prefpath2num(char const *id) argument
132 if (strcmp(tool_names[i], id) == 0)
/inkscape/share/patterns/
H A Di18n.py13 id = filter.getAttribute('id') variable
/inkscape/src/
H A Dattributes.cpp30 {SP_ATTR_ID, "id"},
551 sp_attribute_name(unsigned int id) argument
553 if (id >= n_attrs) {
557 return (unsigned char*)props[id].name;
H A Dsp-factory.cpp97 SPObject *SPFactory::createObject(std::string const& id) argument
101 if (id == "inkscape:box3d")
103 else if (id == "inkscape:box3dside")
105 else if (id == "svg:color-profile")
107 else if (id == "inkscape:persp3d")
109 else if (id == "svg:a")
111 else if (id == "svg:clipPath")
113 else if (id == "svg:defs")
115 else if (id == "svg:desc")
117 else if (id
[all...]
H A Dmessage-stack.h36 * from any point in the stack by their id.
82 * @return the id of the pushed message
91 * @return the id of the pushed message
102 * @return the id of the pushed message
106 /** @brief removes a message from the stack, given its id
111 * @param id the message id to remove
113 void cancel(MessageId id);
121 * @return the id of the pushed message
131 * @return the id o
161 MessageId id; member in struct:Inkscape::MessageStack::Message
[all...]
H A Dattribute-rel-util.cpp99 Glib::ustring id = (repr->attribute( "id" )==NULL ? "" : repr->attribute( "id" )); local
114 bool is_useful = sp_attribute_check_attribute( element, id, attribute, flags & SP_ATTR_CLEAN_ATTR_WARN );
189 Glib::ustring id = (repr->attribute( "id" )==NULL ? "" : repr->attribute( "id" )); local
206 g_warning( "<%s id=\"%s\">: CSS Style property: \"%s\" is inappropriate.",
207 element.c_str(), id.c_str(), property );
233 g_warning( "<%s id
269 sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib::ustring attribute, bool warn) argument
[all...]
H A Dattributes-test.h363 {"id", true},
534 unsigned const id = sp_attribute_lookup(attr_str); local
535 bool const recognized(id);
538 if (ids.size() <= id) {
539 ids.resize(id + 1);
541 TS_ASSERT(!ids[id]);
542 ids[id] = true;
544 unsigned char const *reverse_ustr = sp_attribute_name(id);
576 for (unsigned id = 1; id < n_id
[all...]
H A Dlayer-fns.cpp164 * Creates a new layer. Advances to the next layer id indicated
166 * that id with attribute inkscape:groupmode='layer', and finally
175 gchar *id=NULL; local
177 g_free(id);
178 id = g_strdup_printf("layer%d", layer_suffix++);
179 } while (document->getObjectById(id));
184 repr->setAttribute("id", id);
185 g_free(id);
H A Dmessage-stack.cpp40 MessageId id=pushVF(type, format, args); local
42 return id;
47 MessageId id; local
49 id = push(type, message);
51 return id;
54 void MessageStack::cancel(MessageId id) { argument
57 if ( (*ref)->id == id ) {
67 MessageId id = flash( type, message.c_str() ); local
68 return id;
95 MessageId id = flashVF(type, format, args); local
103 MessageId id = flash(type, message); local
111 MessageId id=_next_id++; local
[all...]
/inkscape/src/libavoid/
H A Dviscluster.cpp34 ClusterRef::ClusterRef(Router *router, unsigned int id, Polygon& ply) argument
39 _id = router->assignId(id);
76 unsigned int ClusterRef::id(void) function in class:Avoid::ClusterRef
H A Dgeomtypes.h93 unsigned int id; member in class:Avoid::Point
126 virtual int id(void) const = 0;
200 int id(void) const;
280 int id(void) const;
H A Dshape.cpp37 ShapeRef::ShapeRef(Router *router, Polygon& ply, const unsigned int id) argument
45 _id = router->assignId(id);
190 unsigned int ShapeRef::id(void) const function in class:Avoid::ShapeRef
/inkscape/src/libcola/
H A Dshortest_paths.h10 unsigned id; member in struct:shortest_paths::Node
H A Dcycle_detector.h17 unsigned id; member in class:Node
23 Node(unsigned id) { this->id = id; cyclicAncestor = NULL; status = NotVisited; } argument
/inkscape/test/src/
H A Dattributes-test.cpp374 AttributeInfo("id", true),
541 unsigned int id = sp_attribute_lookup(it->attr.c_str()); local
542 if (id >= ids.size()) {
543 ids.resize(id + 1);
545 ids[id]++;
556 unsigned int id = sp_attribute_lookup(it->attr.c_str()); local
557 EXPECT_EQ(it->supported, id != 0u) << "Matching for attribute '" << it->attr << "'";
561 // Ensure names of known attributes are preserved when converted to id and back.
567 unsigned int id = sp_attribute_lookup(it->attr.c_str()); local
568 char const *redoneName = reinterpret_cast<char const *>(sp_attribute_name(id));
[all...]
/inkscape/src/libvpsc/
H A Dvariable.h24 const int id; // useful in log files member in class:vpsc::Variable
33 inline Variable(const int id, const double desiredPos, const double weight) argument
34 : id(id)
/inkscape/src/extension/internal/
H A Dpov-out.h124 bool doCurve(SPItem *item, const String &id);
148 String id; member in class:Inkscape::Extension::Internal::PovOutput::PovShapeInfo
154 id = other.id;
/inkscape/src/helper/
H A Daction.h45 gchar *id; /**< The identifier for the action */ member in struct:SPAction
65 gchar const *id,
H A Daction.cpp46 action->id = action->name = action->tip = NULL;
66 g_free (action->id);
81 const gchar *id,
91 action->id = g_strdup (id);
119 _addProperty(share_static_string("verb"), action->id);
80 sp_action_new(Inkscape::ActionContext const &context, const gchar *id, const gchar *name, const gchar *tip, const gchar *image, Inkscape::Verb * verb) argument
/inkscape/src/ui/widget/
H A Dregistered-enums.h44 void set_active_by_id (E id) { argument
45 combobox()->set_active_by_id(id);
/inkscape/src/util/
H A Dege-appear-time-tracker.cpp48 void unhookHandler( gulong &id, GtkWidget *obj ) argument
50 if ( id ) {
52 g_signal_handler_disconnect( G_OBJECT(obj), id ); local
54 id = 0;
H A Denums.h27 E id; member in struct:Inkscape::Util::EnumData
38 * @note that get_label and get_key return an empty string when the requested id is not in the list.
53 return _data[i].id;
63 return _data[i].id;
79 bool is_valid_id(const E id) const
82 if(_data[i].id == id)
88 const Glib::ustring& get_label(const E id) const
91 if(_data[i].id == id)
[all...]
/inkscape/src/extension/
H A Deffect.h64 EffectVerb(gchar const * id, argument
70 Verb(id, _(name), _(tip), image, _("Extensions")),
/inkscape/src/extension/internal/filter/
H A Dfilter-file.cpp138 gchar const * id = node->attribute("id"); local
141 label = id;
147 "<id>org.inkscape.effect.filter.%s</id>\n"
157 "</inkscape-extension>\n", label, id, menu? menu : menuname, menu_tooltip? menu_tooltip : label);

Completed in 1223 milliseconds

1234