X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_blinecalcwidth.h;h=80f5c6d23df29532160250d1501eef5c78e510be;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=fea9fe64b4fb9693f5f2dd61906a9d47d148d4dd;hpb=fae8a5ec5b6e370e8bd49c8791209473fffcb389;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.h b/synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.h index fea9fe6..80f5c6d 100644 --- a/synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.h +++ b/synfig-core/trunk/src/synfig/valuenode_blinecalcwidth.h @@ -6,6 +6,7 @@ ** ** \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 @@ -40,6 +41,7 @@ class ValueNode_BLineCalcWidth : public LinkableValueNode ValueNode::RHandle bline_; ValueNode::RHandle loop_; ValueNode::RHandle amount_; + ValueNode::RHandle scale_; ValueNode_BLineCalcWidth(const ValueBase::Type &x=ValueBase::TYPE_REAL); @@ -48,6 +50,7 @@ public: typedef etl::handle Handle; typedef etl::handle ConstHandle; + virtual ValueBase operator()(Time t, Real amount)const; virtual ValueBase operator()(Time t)const; virtual ~ValueNode_BLineCalcWidth();