Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_blinecalcwidth.h
index fea9fe6..80f5c6d 100644 (file)
@@ -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<ValueNode_BLineCalcWidth> Handle;
        typedef etl::handle<const ValueNode_BLineCalcWidth> ConstHandle;
 
+       virtual ValueBase operator()(Time t, Real amount)const;
        virtual ValueBase operator()(Time t)const;
 
        virtual ~ValueNode_BLineCalcWidth();