Use LinkableValueNode members functions when possible in the derived valuenodes.
[synfig.git] / synfig-core / src / synfig / valuenode_reference.h
index d44f9ed..6c9f3c1 100644 (file)
@@ -52,13 +52,6 @@ public:
 
        virtual ValueNode::LooseHandle get_link_vfunc(int i)const;
 
-       virtual int link_count()const;
-
-       virtual String link_name(int i)const;
-
-       virtual String link_local_name(int i)const;
-       virtual int get_link_index_from_name(const String &name)const;
-
        virtual ValueBase operator()(Time t)const;
 
        virtual ~ValueNode_Reference();
@@ -76,7 +69,7 @@ public:
        using synfig::LinkableValueNode::set_link_vfunc;
        static bool check_type(ValueBase::Type type);
        static ValueNode_Reference* create(const ValueBase &x);
-       virtual Vocab get_param_vocab()const;
+       virtual Vocab get_children_vocab_vfunc()const;
 }; // END of class ValueNode_Reference
 
 }; // END of namespace synfig