Searched refs:get_id (Results 1 - 22 of 22) sorted by relevance

/inkscape/src/
H A Dverbs-test.h51 TSM_ASSERT( descr, verb->get_id() );
54 Inkscape::Verb* bounced = verb->getbyid( verb->get_id() );
63 TS_FAIL( std::string("Unable to getbyid() for ") + descr + std::string(" ID: '") + std::string(verb->get_id()) + std::string("'") );
68 TSM_ASSERT( std::string("SP_VERB_INVALID"), !verb->get_id() );
H A Ddocument-undo.cpp129 _addProperty(share_static_string("context"), verb->get_id());
H A Dverbs.h478 char const * get_id (void) { return _id; } function in class:Inkscape::Verb
H A Dverbs.cpp3094 printf("%s: %s\n", verb->get_id(), verb->get_tip()? verb->get_tip() : verb->get_name());
/inkscape/src/extension/
H A Ddb.cpp46 g_return_if_fail(module->get_id() != NULL);
50 ( moduledict.find(module->get_id()) == moduledict.end());
52 //printf("Registering: '%s' add:%d\n", module->get_id(), add_to_list);
53 moduledict[module->get_id()] = module;
66 g_return_if_fail(module->get_id() != NULL);
68 // printf("Extension DB: removing %s\n", module->get_id());
69 moduledict.erase(moduledict.find(module->get_id()));
71 if ( moduledict.find(module->get_id()) != moduledict.end())
113 // printf("foreach: %s\n", (*cur)->get_id());
140 // printf("Added to input list: %s\n", imod->get_id());
[all...]
H A Deffect.cpp40 _id_noprefs(Glib::ustring(get_id()) + ".noprefs"),
42 _verb(get_id(), get_name(), NULL, NULL, this, true),
50 if (!strcmp(this->get_id(), "org.inkscape.filter.dropshadow"))
105 _menu_node->setAttribute("verb-id", this->get_id(), false);
303 gchar const * verb_id = in_effect->get_verb()->get_id();
H A Dsystem.cpp96 //g_warning("Extension: %s", imod->get_id());
99 if (strlen(imod->get_id()) > 27) {
102 Glib::ustring id = Glib::ustring(imod->get_id(), 28);
225 if (omod != NULL && !strcmp(omod->get_id(), SP_MODULE_KEY_OUTPUT_SVG)) {
300 store_file_extension_in_prefs (omod->get_id(), save_method);
H A Dextension.h130 gchar * get_id (void);
H A Dextension.cpp352 Extension::get_id (void) function in class:Inkscape::Extension::Extension
/inkscape/src/extension/internal/
H A Dsvg.cpp245 bool const exportExtensions = ( !mod->get_id()
246 || !strcmp (mod->get_id(), SP_MODULE_KEY_OUTPUT_SVG_INKSCAPE)
247 || !strcmp (mod->get_id(), SP_MODULE_KEY_OUTPUT_SVGZ_INKSCAPE));
/inkscape/src/ui/dialog/
H A Dextensions.cpp86 gchar* line = g_strdup_printf( "%s %s\n \"%s\"", stateStr, in_plug->get_name(), in_plug->get_id() );
H A Ddock-behavior.cpp44 Inkscape::Verb::get(dialog._verb_num)->get_id(), dialog._title.c_str(),
H A Dextension-editor.cpp218 row[_page_list_columns._col_id] = ext->get_id();
H A Dfiledialogimpl-gtkmm.cpp1264 Inkscape::Extension::store_file_extension_in_prefs((extension != NULL ? extension->get_id() : ""), save_method);
1306 gchar const *extensionID = extension->get_id();
1311 gchar const *id = ext->get_id();
1713 prefs->setBool("/dialogs/save_export/default", ( extension != NULL ? extension->get_id() : "" ));
H A Dinkscape-preferences.cpp1804 Glib::ustring verb_id = verb->get_id();
1858 (*row)[_kb_columns.id] = verb->get_id();
1861 if (selected_id == verb->get_id()) {
/inkscape/share/extensions/Barcode/
H A DBase.py70 def get_id(self, name='element'): member in class:Barcode
94 name = self.get_id('barcode')
/inkscape/src/widgets/
H A Dstroke-marker-selector.h47 gchar const *get_id() { return combo_id; }; function in class:MarkerComboBox
H A Dtoolbox.cpp655 Gtk::Action(Glib::ustring(verb->get_id()), Gtk::StockID(verb->get_image()), Glib::ustring(g_dpgettext2(NULL, "ContextVerb", verb->get_name())), Glib::ustring(_(verb->get_tip()))),
675 // g_message("create_menu_item_vfunc() = %p for '%s'", widg, verb->get_id());
698 // g_message("create_tool_item_vfunc() = %p for '%s'", holder, verb->get_id());
704 // g_message("connect_proxy_vfunc(%p) for '%s'", proxy, verb->get_id());
710 // g_message("disconnect_proxy_vfunc(%p) for '%s'", proxy, verb->get_id());
877 InkAction* inky = ink_action_new( verb->get_id(), _(verb->get_name()), verb->get_tip(), verb->get_image(), size );
972 if (!mainActions->get_action(verb->get_id())) {
1381 Glib::RefPtr<Gtk::Action> act = mainActions->get_action( Inkscape::Verb::get(tools[i].verb)->get_id() );
1732 InkToggleAction* act = ink_toggle_action_new(verb->get_id(),
H A Dnode-toolbar.cpp543 InkAction* inky = ink_action_new( verb->get_id(),
H A Dselect-toolbar.cpp356 InkAction* inky = ink_action_new( verb->get_id(), verb->get_name(), verb->get_tip(), verb->get_image(), size );
H A Dstroke-style.cpp509 gchar const *combo_id = marker_combo->get_id();
/inkscape/src/extension/param/
H A Dparameter.cpp349 return g_strdup_printf("%s.%s", extension->get_id(), _name);
382 !strcmp(child->attribute("extension"), extension->get_id())) {
390 params->setAttribute("extension", extension->get_id());

Completed in 94 milliseconds