Rename get_param_vocab to get_children_vocab and use a wrapper for the pure virtual...
[synfig.git] / synfig-core / src / synfig / valuenode_range.h
index 9fde110..c347472 100644 (file)
@@ -55,6 +55,10 @@ public:
        virtual String get_name()const;
        virtual String get_local_name()const;
 
+       //! Returns the modified Link to match the target value at time t
+       ValueBase get_inverse(Time t, const synfig::Vector &target_value) const;
+       ValueBase get_inverse(Time t, const synfig::Angle &target_value) const;
+
        virtual ValueNode::LooseHandle get_link_vfunc(int i)const;
        virtual int link_count()const;
        virtual String link_name(int i)const;
@@ -71,6 +75,7 @@ public:
        using synfig::LinkableValueNode::set_link_vfunc;
        static bool check_type(ValueBase::Type type);
        static ValueNode_Range* create(const ValueBase &value=ValueBase());
+       virtual Vocab get_children_vocab_vfunc()const;
 }; // END of class ValueNode_Range
 
 }; // END of namespace synfig