X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fsynfig%2Fvaluenode_dynamiclist.h;h=e73afd97d31c07f51cc463d9a4879cf0e59d39bf;hb=6d603393d410ef8f75165a435f4d638c7a66681e;hp=1053cc7cece24a5fdb1d965da689edda396044c5;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/src/synfig/valuenode_dynamiclist.h b/synfig-core/tags/stable/src/synfig/valuenode_dynamiclist.h index 1053cc7..e73afd9 100644 --- a/synfig-core/tags/stable/src/synfig/valuenode_dynamiclist.h +++ b/synfig-core/tags/stable/src/synfig/valuenode_dynamiclist.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_dynamiclist.h -** \brief Template Header +** \brief Header file for implementation of the "Dynamic List" valuenode conversion. ** ** $Id$ ** @@ -41,6 +41,7 @@ namespace synfig { class ValueNode_BLine; +class Canvas; /*! \class ValueNode_DynamicList ** \brief Animated List ValueNode @@ -55,7 +56,7 @@ class ValueNode_BLine; ** The problems arise when we introduce the concept of a ** Keyframe. Keyframes can be manipulated via the Synfig ** Application Library. They allow the user to quickly -** and "automagickly" rearange an animation by moving +** and "automagically" rearrange an animation by moving ** the associated keyframes. With the old way that the ** "on" and "off" points were handled, this task became ** overly complicated. @@ -197,6 +198,8 @@ public: bool get_loop()const { return loop_; } void set_loop(bool x) { loop_=x; } + void set_member_canvas(etl::loose_handle); + ValueBase::Type get_contained_type()const;