Code

r10814@tres: ted | 2006-01-29 14:02:54 -0800
authorgouldtj <gouldtj@users.sourceforge.net>
Mon, 30 Jan 2006 05:10:51 +0000 (05:10 +0000)
committergouldtj <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

index 890f3ffec3e521567003db0e7228a1997ec4b961..acc6d7d17a9fdee7a9f4b7a069ebd5a25f9d12e6 100644 (file)
@@ -291,6 +291,8 @@ public:
     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);