4 #include "util/changeable.hpp"
7 class PlaneEditor :
public Gtk::Grid,
public Changeable {
9 PlaneEditor(
class PlaneSettings *settings,
int *priority =
nullptr);
10 void set_from_rules(
bool v);
13 class PlaneSettings *settings;
14 void update_thermal();
16 std::set<Gtk::Widget *> widgets_from_rules_disable;
17 std::set<Gtk::Widget *> widgets_thermal_only;
18 std::set<Gtk::Widget *> widgets_hatch_only;