Attempting to link a duck from the Children panel with other ducks was causing an...
[synfig.git] / synfig-studio / trunk / src / synfigapp / value_desc.h
index 86cc25c..509f871 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file value_desc.h
 **     \brief Template Header
 **
-**     $Id: value_desc.h,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -152,6 +152,7 @@ public:
        get_value(synfig::Time time=0)const
        {
                if(parent_is_value_node_const() && parent_value_node)
+                       // \todo "(*parent_value_node)(0)"?  shouldn't that be "(*parent_value_node)(time)"?
                        return (*parent_value_node)(0);
                if(is_value_node() && get_value_node())
                        return (*get_value_node())(time);
@@ -174,6 +175,9 @@ public:
        {
                return is_value_node() && get_value_node()->is_exported();
        }
+
+       synfig::String
+       get_description(bool show_exported_name = true)const;
 }; // END of class ValueDesc
 
 }; // END of namespace synfigapp_instance