X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_repeat_gradient.h;h=cac16f2aeff4c45a6b823bed424abc265cccca23;hb=1e363ee13f463437cc48da074b071033f2fc9636;hp=a4cfde7ab50057dc4611d56066d00efb90052a6f;hpb=2065999f843c05b8387e583f50d8bd14d9e20ed6;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h b/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h index a4cfde7..cac16f2 100644 --- a/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h +++ b/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h @@ -58,21 +58,14 @@ public: virtual ~ValueNode_Repeat_Gradient(); -// static Handle create(ValueBase::Type id=ValueBase::TYPE_GRADIENT); - bool set_gradient(ValueNode::Handle a); - ValueNode::Handle get_gradient()const { return gradient_; } - bool set_count(ValueNode::Handle b); - ValueNode::Handle get_count()const { return count_; } - bool set_width(ValueNode::Handle x); bool set_specify_start(ValueNode::Handle a); bool set_specify_end(ValueNode::Handle a); bool set_start_color(ValueNode::Handle a); bool set_end_color(ValueNode::Handle a); - virtual bool set_link_vfunc(int i,ValueNode::Handle x); virtual ValueNode::LooseHandle get_link_vfunc(int i)const;