Searched defs:primary_shortcuts (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dshortcuts.cpp82 static std::map<Inkscape::Verb *, unsigned int> *primary_shortcuts = NULL; variable
89 primary_shortcuts = new std::map<Inkscape::Verb *, unsigned int>();
648 unsigned int const old_primary = (*primary_shortcuts)[verb];
650 (*primary_shortcuts)[verb] = 0;
727 unsigned int const old_primary = (*primary_shortcuts)[old_verb];
730 (*primary_shortcuts)[old_verb] = 0;
736 (*primary_shortcuts)[verb] = shortcut;
751 if (!primary_shortcuts) {
755 if (primary_shortcuts->count(verb)) {
756 result = (*primary_shortcuts)[ver
[all...]

Completed in 2231 milliseconds