26 #ifndef __SYNFIG_STUDIO_LAYERPARAMTREESTORE_H
27 #define __SYNFIG_STUDIO_LAYERPARAMTREESTORE_H
31 #include <gtkmm/treestore.h>
34 #include <synfig/value.h>
35 #include <synfig/valuenode.h>
36 #include <synfig/paramdesc.h>
96 sigc::connection queue_connection;
98 std::list<sigc::connection> changed_connection_list;
100 sigc::signal<void> signal_changed_;
109 virtual void get_value_vfunc (
const Gtk::TreeModel::iterator& iter,
int column, Glib::ValueBase& value)
const;
110 virtual void set_value_impl (
const Gtk::TreeModel::iterator& row,
int column,
const Glib::ValueBase& value);
160 static Glib::RefPtr<LayerParamTreeStore>
create(etl::loose_handle<synfigapp::CanvasInterface> canvas_interface_,
LayerTree*layer_tree);