summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 10991d8)
raw | patch | inline | side by side (parent: 10991d8)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 29 Mar 2006 05:38:09 +0000 (05:38 +0000) | ||
committer | gouldtj <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 | patch | blob | history |
diff --git a/src/extension/effect.h b/src/extension/effect.h
index 59953c7ad21b31b679ade70a9b3866854dc5e198..d93dc5567a8ebe18f8ac93cfd6fcf7f9eebd7992 100644 (file)
--- a/src/extension/effect.h
+++ b/src/extension/effect.h
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);