5 #include "util/window_state_store.hpp"
6 #include "util/export_file_chooser.hpp"
7 #include "util/changeable.hpp"
16 const std::string &project_dir);
19 void set_can_generate(
bool v);
26 Gtk::ListBox *gerber_layers_box =
nullptr;
27 Gtk::Entry *npth_filename_entry =
nullptr;
28 Gtk::Entry *pth_filename_entry =
nullptr;
29 Gtk::Label *npth_filename_label =
nullptr;
30 Gtk::Label *pth_filename_label =
nullptr;
31 Gtk::Entry *prefix_entry =
nullptr;
32 Gtk::Entry *directory_entry =
nullptr;
34 Gtk::Button *generate_button =
nullptr;
35 Gtk::Button *directory_button =
nullptr;
36 Gtk::ComboBoxText *drill_mode_combo =
nullptr;
37 Gtk::TextView *log_textview =
nullptr;
38 Gtk::Switch *zip_output_switch =
nullptr;
42 Glib::RefPtr<Gtk::SizeGroup> sg_layer_name;
47 void update_drill_visibility();