summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cec5731)
raw | patch | inline | side by side (parent: cec5731)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Mon, 30 Jan 2006 05:10:51 +0000 (05:10 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Mon, 30 Jan 2006 05:10:51 +0000 (05:10 +0000) |
Adding in support for getting the name of the verb.
src/verbs.h | patch | blob | history |
diff --git a/src/verbs.h b/src/verbs.h
index 890f3ffec3e521567003db0e7228a1997ec4b961..acc6d7d17a9fdee7a9f4b7a069ebd5a25f9d12e6 100644 (file)
--- a/src/verbs.h
+++ b/src/verbs.h
unsigned int get_code (void) { return _code; }
/** \brief Accessor to get the internal variable. */
gchar const * get_id (void) { return _id; }
+ /** \brief Accessor to get the internal variable. */
+ gchar const * get_name (void) { return _name; }
protected:
SPAction * make_action_helper (Inkscape::UI::View::View * view, SPActionEventVector * vector, void * in_pntr = NULL);