X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_repeat_gradient.h;h=6da2c267ddac39067823ac6f366c1d5dcd547e54;hb=cfb79f31c60c0bad5a5c448c68223e2a6dd4508a;hp=cac16f2aeff4c45a6b823bed424abc265cccca23;hpb=1e363ee13f463437cc48da074b071033f2fc9636;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 cac16f2..6da2c26 100644 --- a/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h +++ b/synfig-core/trunk/src/synfig/valuenode_repeat_gradient.h @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_repeat_gradient.h -** \brief Template Header +** \brief Header file for implementation of the "Repeat Gradient" valuenode conversion. ** -** $Id: valuenode_repeat_gradient.h 335 2007-03-16 00:39:09Z dooglus $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -58,14 +59,6 @@ public: virtual ~ValueNode_Repeat_Gradient(); - bool set_gradient(ValueNode::Handle a); - bool set_count(ValueNode::Handle b); - 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;