Searched refs:getbyid (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/
H A Dverbs-test.h54 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("'") );
H A Dmain-cmdlineact.cpp47 Inkscape::Verb * verb = Inkscape::Verb::getbyid(_arg);
H A Dverbs.h577 static Verb * getbyid (gchar const * id);
H A Dshortcuts.cpp577 Inkscape::Verb *verb=Inkscape::Verb::getbyid(verb_name);
H A Dverbs.cpp826 Verb *Verb::getbyid(gchar const *id) function in class:Inkscape::Verb
/inkscape/src/extension/
H A Deffect.cpp161 Inkscape::Verb * verb = Inkscape::Verb::getbyid(verbid);
/inkscape/src/ui/
H A Dinterface.cpp846 Inkscape::Verb *verb = Inkscape::Verb::getbyid(verb_name);
1664 if (Inkscape::Verb::getbyid( "org.inkscape.followlink" )) {
1971 Inkscape::Verb *verb = Inkscape::Verb::getbyid( "org.inkscape.followlink" );
2027 if (Inkscape::Verb::getbyid( "org.ekips.filter.embedselectedimages" )) {
2038 if (Inkscape::Verb::getbyid( "org.ekips.filter.extractimage" )) {
2154 Inkscape::Verb *verb = Inkscape::Verb::getbyid( "org.ekips.filter.embedselectedimages" );
2169 Inkscape::Verb *verb = Inkscape::Verb::getbyid( "org.ekips.filter.extractimage" );
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp356 Inkscape::Verb *verb = Inkscape::Verb::getbyid( verbid );
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp1706 Inkscape::Verb *const verb = Inkscape::Verb::getbyid(id.c_str());

Completed in 41 milliseconds