Module: synfig
Branch: genete_width_points
Commit: 7c230eb6bbbd8d24bb4ceee6b23a7332b62a0c3f
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=7c230eb6bbbd8d24bb4ceee6b23a7332b62a0c3f

Author: Carlos Lopez <genet...@gmail.com>
Date:   Sun Oct 18 22:28:36 2009 +0200

Some code comments

---

 synfig-core/src/synfig/valuenode_wline.h |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/synfig-core/src/synfig/valuenode_wline.h 
b/synfig-core/src/synfig/valuenode_wline.h
index 0f39e4c..9daa297 100644
--- a/synfig-core/src/synfig/valuenode_wline.h
+++ b/synfig-core/src/synfig/valuenode_wline.h
@@ -66,8 +66,15 @@ public:
 
        virtual ~ValueNode_WLine();
 
+       //!Returns a string with significance to know the wilinepoint index
+       //! in the list
        virtual String link_local_name(int i)const;
+
+       //!Returns the name of the object to be used when exported and imported
+       //!from a layer
        virtual String get_name()const;
+
+       //!Returns the localized name of the object to be shown in the GUI
        virtual String get_local_name()const;
 
        //! Creates a List Entry with a interpolated WLinePoint between the
@@ -107,7 +114,7 @@ public:
        int find_next_full_on(int orig_item, Time t)const;
        int find_prev_full_on(int orig_item, Time t)const;
 
-       //! Find the next/prev wlinepoint index with the amount bugger than the 
given
+       //! Find the next/prev wlinepoint index with the amount bigger than the 
given
        //! @param orig_item: Search index base of the list.
        //! @param t: The time when things are evaluated.
        //! @param amount: the amount to compare to


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to