Lines Matching defs:verb
1706 Inkscape::Verb *const verb = Inkscape::Verb::getbyid(id.c_str());
1707 if (!verb) {
1789 Inkscape::Verb* verb = verbs[i];
1790 if (!verb) {
1793 if (!verb->get_name()){
1803 Glib::ustring group = verb->get_group() ? _(verb->get_group()) : _("Misc");
1804 Glib::ustring verb_id = verb->get_id();
1834 // Remove the key accelerators from the verb name
1835 Glib::ustring name = _(verb->get_name());
1842 unsigned int shortcut_id = sp_shortcut_get_primary(verb);
1852 // Add the verb to the group
1856 (*row)[_kb_columns.description] = verb->get_short_tip() ? _(verb->get_short_tip()) : "";
1858 (*row)[_kb_columns.id] = verb->get_id();
1859 (*row)[_kb_columns.user_set] = sp_shortcut_is_user_set(verb);
1861 if (selected_id == verb->get_id()) {