Searched defs:Verb (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | verbs.cpp | 125 class FileVerb : public Verb { 131 /** Use the Verb initializer with the same parameters. */ 137 Verb(code, id, name, tip, image, _("File")) 144 class EditVerb : public Verb { 150 /** Use the Verb initializer with the same parameters. */ 156 Verb(code, id, name, tip, image, _("Edit")) 163 class SelectionVerb : public Verb { 169 /** Use the Verb initializer with the same parameters. */ 175 Verb(code, id, name, tip, image, _("Selection")) 182 class LayerVerb : public Verb { 364 Verb::Verb(gchar const *id, gchar const *name, gchar const *tip, gchar const *image, gchar const *group) : function in class:Inkscape::Verb [all...] |
H A D | verbs.h | 385 class Verb { class in namespace:Inkscape 388 typedef std::map<unsigned int, Inkscape::Verb *> VerbTable; 395 static Verb * _base_verbs[SP_VERB_LAST + 1]; 398 /** A string comparison function to be used in the Verb ID lookup 413 typedef std::map<gchar const *, Verb *, ltstr> VerbIDTable; 509 * Inititalizes the Verb with the parameters. 529 Verb(const unsigned int code, function in class:Inkscape::Verb 549 Verb (char const * id, char const * name, char const * tip, char const * image, char const * group); 550 virtual ~Verb (void); 555 static Verb * get_searc [all...] |
Completed in 18 milliseconds