Searched refs:verbs (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dshortcuts.cpp41 #include "verbs.h"
81 static std::map<unsigned int, Inkscape::Verb * > *verbs = NULL; variable
88 verbs = new std::map<unsigned int, Inkscape::Verb * >();
639 if (!verbs) sp_shortcut_init();
641 Inkscape::Verb *verb = (*verbs)[shortcut];
646 (*verbs)[shortcut] = 0;
720 if (!verbs) sp_shortcut_init();
722 Inkscape::Verb *old_verb = (*verbs)[shortcut];
723 (*verbs)[shortcut] = verb;
744 if (!verbs) sp_shortcut_ini
[all...]
H A Dmain-cmdlineact.cpp15 #include <verbs.h>
H A Dverbs.cpp2 * \file verbs.cpp
6 * This file implements routines necessary to deal with verbs. A verb
123 * A class to encompass all of the verbs which deal with file operations.
142 * A class to encompass all of the verbs which deal with edit operations.
161 * A class to encompass all of the verbs which deal with selection operations.
180 * A class to encompass all of the verbs which deal with layer operations.
199 * A class to encompass all of the verbs which deal with operations related to objects.
218 * A class to encompass all of the verbs which deal with operations related to tags.
237 * A class to encompass all of the verbs which deal with operations relative to context.
256 * A class to encompass all of the verbs whic
3067 std::vector<Verb *> verbs; local
[all...]
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp30 #include "verbs.h"
1785 std::vector<Verb *>verbs = Inkscape::Verb::getList(); local
1787 for (unsigned int i = 0; i < verbs.size(); i++) {
1789 Inkscape::Verb* verb = verbs[i];

Completed in 20 milliseconds