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

/inkscape/src/
H A Dverbs-test.h52 TSM_ASSERT( descr, verb->get_name() );
69 TSM_ASSERT( std::string("SP_VERB_INVALID"), !verb->get_name() );
H A Ddevice-manager.cpp48 const bool name_matches = (device->get_name() == (*it).name);
234 name(!device->get_name().empty() ? device->get_name() : ""),
689 fakeList[4].name = device->get_name();
H A Dverbs.h481 char const * get_name (void) { return _name; } function in class:Inkscape::Verb
H A Ddesktop-events.cpp638 Glib::ustring const devName = (*dev)->get_name();
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 Ddependency.h61 const gchar* get_name();
H A Dloader.cpp28 module = g_module_open(dep->get_name(), (GModuleFlags)0);
62 g_warning("Unable to load dependency %s of plugin %s.\nDetails: %s\n", dep.get_name(), "<todo>", res);
H A Doutput.cpp156 return get_name();
189 PrefDialog * dialog = new PrefDialog(this->get_name(), this->get_help(), controls);
H A Dinput.cpp192 return get_name();
228 PrefDialog * dialog = new PrefDialog(this->get_name(), this->get_help(), controls);
H A Deffect.cpp41 _name_noprefs(Glib::ustring(_(get_name())) + _(" (No preferences)")),
42 _verb(get_id(), get_name(), NULL, NULL, this, true),
70 // printf("Found local effects menu in %s\n", this->get_name());
78 // printf("Found local effects menu in %s\n", this->get_name());
83 // printf("Found local effects menu in %s\n", this->get_name());
139 mergename = _(this->get_name());
166 compare_char = verb->get_name();
252 _prefDialog = new PrefDialog(this->get_name(), this->get_help(), NULL, this);
H A Dexecution-env.cpp136 gchar * dlgmessage = g_strdup_printf(_("'%s' working, please wait..."), _(_effect->get_name()));
177 DocumentUndo::done(_doc->doc(), SP_VERB_NONE, _(_effect->get_name()));
H A Ddependency.cpp244 const gchar* Dependency::get_name() function in class:Inkscape::Extension::Dependency
H A Dextension.h131 gchar * get_name (void);
H A Dextension.cpp362 Extension::get_name (void) function in class:Inkscape::Extension::Extension
/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 Dextension-editor.cpp217 row[_page_list_columns._col_name] = ext->get_name();
H A Dtemplate-load-tab.cpp296 result.display_name = (*it)->get_name();
H A Dinkscape-preferences.cpp1793 if (!verb->get_name()){
1835 Glib::ustring name = _(verb->get_name());
/inkscape/src/widgets/
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()))),
877 InkAction* inky = ink_action_new( verb->get_id(), _(verb->get_name()), verb->get_tip(), verb->get_image(), size );
1733 verb->get_name(), verb->get_tip(), INKSCAPE_ICON("snap"), secondarySize,
H A Dnode-toolbar.cpp544 verb->get_name(),
H A Dselect-toolbar.cpp356 InkAction* inky = ink_action_new( verb->get_id(), verb->get_name(), verb->get_tip(), verb->get_image(), size );
/inkscape/share/extensions/
H A Dsynfig_output.py95 def get_name(self): function
104 name = property(get_name, set_name)

Completed in 125 milliseconds