From 54980cebf3a0614785e19ffc2772f15e1fcc379a Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Fri, 9 Jul 2010 21:20:03 +0200 Subject: [PATCH] More documentation for Value Node Animated --- synfig-core/src/synfig/valuenode_animated.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/synfig-core/src/synfig/valuenode_animated.h b/synfig-core/src/synfig/valuenode_animated.h index 533f939..093236a 100644 --- a/synfig-core/src/synfig/valuenode_animated.h +++ b/synfig-core/src/synfig/valuenode_animated.h @@ -63,6 +63,7 @@ public: typedef std::pair const_findresult; protected: + //! List of Waypoints. \see waypoint.h WaypointList waypoint_list_; public: @@ -117,7 +118,9 @@ public: virtual ~ValueNode_Animated(); + //! Virtual member to be filled by inherited classes virtual String get_name()const; + //! Virtual member to be filled by inherited classes virtual String get_local_name()const; //! Creates a Valuenode_Animated by type @@ -137,7 +140,11 @@ public: protected: ValueNode_Animated(); + //! Sets thee type of the Animated Value Node void set_type(ValueBase::Type t); + //! Function to be overloaded that fills the Time Point Set with + //! all the children Time Points. Time Point is like Waypoint but + //! without value node virtual void get_times_vfunc(Node::time_set &set) const; }; -- 2.7.4