Code

r10919@tres: ted | 2006-02-13 09:37:13 -0800
authorgouldtj <gouldtj@users.sourceforge.net>
Wed, 29 Mar 2006 05:38:09 +0000 (05:38 +0000)
committergouldtj <gouldtj@users.sourceforge.net>
Wed, 29 Mar 2006 05:38:09 +0000 (05:38 +0000)
 Adding in comments for accessor functions

src/extension/effect.h

index 59953c7ad21b31b679ade70a9b3866854dc5e198..d93dc5567a8ebe18f8ac93cfd6fcf7f9eebd7992 100644 (file)
@@ -65,8 +65,10 @@ public:
     virtual bool check                (void);
     bool         prefs   (Inkscape::UI::View::View * doc);
     void         effect  (Inkscape::UI::View::View * doc);
+    /** \brief  Accessor function for a pointer to the verb */
     Inkscape::Verb * get_verb (void) { return &_verb; };
 
+    /** \brief  Static function to get the last effect used */
     static Effect *  get_last_effect (void) { return _last_effect; };
     static void      set_last_effect (Effect * in_effect);