3 #include "common/common.hpp"
5 #include "util/uuid_ptr.hpp"
6 #include "pool/gate.hpp"
16 void update_symbol_pins(
unsigned int n_mapped);
17 void set_can_edit_symbol_name(
bool v);
27 Gtk::Label *gate_label =
nullptr;
28 Gtk::Label *gate_symbol_label =
nullptr;
29 Gtk::Button *edit_symbol_button =
nullptr;
32 Gtk::Entry *unit_name_entry =
nullptr;
33 Gtk::Button *unit_name_from_mpn_button =
nullptr;
34 Gtk::Entry *symbol_name_entry =
nullptr;
35 Gtk::Button *symbol_name_from_unit_button =
nullptr;
36 Gtk::Entry *suffix_entry =
nullptr;
38 std::string get_suffixed_filename_from_part();
Definition: gate_editor.hpp:10
Definition: location_entry.hpp:6
Definition: part_wizard.hpp:16
Definition: uuid_ptr.hpp:8