14 void set_can_export(
bool v);
17 const class Board *brd;
19 Gtk::HeaderBar *header =
nullptr;
20 Gtk::Entry *filename_entry =
nullptr;
21 Gtk::Button *filename_button =
nullptr;
22 Gtk::Button *export_button =
nullptr;
23 Gtk::Switch *include_3d_models_switch =
nullptr;
25 Gtk::TextView *log_textview =
nullptr;
26 Gtk::Spinner *spinner =
nullptr;
28 Glib::Dispatcher export_dispatcher;
29 std::mutex msg_queue_mutex;
30 std::deque<std::string> msg_queue;
31 bool export_running =
false;
35 void set_is_busy(
bool v);
37 void export_thread(std::string filename,
bool include_models);
Definition: fab_output_window.cpp:9
Definition: step_export_window.hpp:7
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:18