Use LinkableValueNode members functions when possible in the derived valuenodes.
[synfig.git] / synfig-core / src / synfig / valuenode_scale.h
index b09192d..f9bc17e 100644 (file)
@@ -57,11 +57,6 @@ public:
 
        virtual ValueNode::LooseHandle get_link_vfunc(int i)const;
 
-       virtual int link_count()const;
-
-       virtual String link_name(int i)const;
-       virtual int get_link_index_from_name(const String &name)const;
-
        virtual ValueBase operator()(Time t)const;
 
        //! Returns the modified Link to match the target value at time t
@@ -74,8 +69,6 @@ public:
 
        virtual String get_local_name()const;
 
-       virtual String link_local_name(int i)const;
-
 protected:
        virtual bool set_link_vfunc(int i,ValueNode::Handle x);
 
@@ -86,7 +79,7 @@ public:
        using synfig::LinkableValueNode::set_link_vfunc;
        static bool check_type(ValueBase::Type type);
        static ValueNode_Scale* create(const ValueBase &x);
-       virtual Vocab get_param_vocab()const;
+       virtual Vocab get_children_vocab_vfunc()const;
 }; // END of class ValueNode_Scale
 
 }; // END of namespace synfig