X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_timedswap.h;h=15b1101f583a7e5ceefab10e80990526ed238208;hb=03f9d7a946e2d2465f263349b2d6c60dd426d036;hp=e76210e61ef53c4b6a329240287d4e7a6ca59ee7;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_timedswap.h b/synfig-core/trunk/src/synfig/valuenode_timedswap.h index e76210e..15b1101 100644 --- a/synfig-core/trunk/src/synfig/valuenode_timedswap.h +++ b/synfig-core/trunk/src/synfig/valuenode_timedswap.h @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_timedswap.h -** \brief Template Header +** \brief Header file for implementation of the "Timed Swap" valuenode conversion. ** -** $Id: valuenode_timedswap.h,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 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 @@ -47,7 +48,7 @@ private: ValueNode::RHandle swap_time; ValueNode::RHandle swap_length; - ValueNode_TimedSwap(ValueBase::Type id); + ValueNode_TimedSwap(const ValueBase &value); public: @@ -60,11 +61,9 @@ public: bool set_after(const ValueNode::Handle &a); ValueNode::Handle get_after()const; - void set_swap_time_real(Time x); bool set_swap_time(const ValueNode::Handle &x); ValueNode::Handle get_swap_time()const; - void set_swap_length_real(Time x); bool set_swap_length(const ValueNode::Handle &x); ValueNode::Handle get_swap_length()const;