Lines Matching defs:Verb
385 class Verb {
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,
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_search (unsigned int code);
570 static Verb * get (unsigned int code) {
577 static Verb * getbyid (gchar const * id);
606 static std::vector<Inkscape::Verb *>getList (void);
608 }; /* Verb class */