X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fsynfig%2Fvaluenode_twotone.h;h=83e161dcef01c79452434fdf418ee5f1e1f420f0;hb=609ffb6c7ad2996e4dde68b1066a27e80ed8a153;hp=a9df02e75df85348925dc521376533aa70c6ba89;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/src/synfig/valuenode_twotone.h b/synfig-core/tags/stable/src/synfig/valuenode_twotone.h index a9df02e..83e161d 100644 --- a/synfig-core/tags/stable/src/synfig/valuenode_twotone.h +++ b/synfig-core/tags/stable/src/synfig/valuenode_twotone.h @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_twotone.h -** \brief Template Header +** \brief Header file for implementation of the "Two-Tone" valuenode conversion. ** ** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 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 @@ -53,21 +54,6 @@ public: virtual ~ValueNode_TwoTone(); -// static Handle create(ValueBase::Type id=ValueBase::TYPE_GRADIENT); - - //! Sets the left-hand-side value_node - bool set_lhs(ValueNode::Handle a); - - //! Gets the left-hand-side value_node - ValueNode::Handle get_lhs()const { return ref_a; } - - //! Sets the right-hand-side value_node - bool set_rhs(ValueNode::Handle b); - - //! Gets the right-hand-side value_node - ValueNode::Handle get_rhs()const { return ref_b; } - - virtual bool set_link_vfunc(int i,ValueNode::Handle x); virtual ValueNode::LooseHandle get_link_vfunc(int i)const;