11class ParametricEditor :
public Gtk::Grid,
public Changeable {
13 ParametricEditor(
PoolParametric &p,
const std::string &t, Glib::RefPtr<Gtk::SizeGroup> sg);
15 void update(
const std::map<std::string, std::string> ¶ms);
17 std::map<std::string, std::string> get_values();
22 std::map<std::string, class ParametricParamEditor *> editors;