3 #include "common/common.hpp"
12 PadEditor(BaseObjectType *cobject,
const Glib::RefPtr<Gtk::Builder> &x,
const class Pad *p,
class PartWizard *pa);
14 std::string get_gate_name();
15 const std::set<const Pad *> get_pads()
const
22 std::set<const Pad *> pads;
23 std::vector<std::string> names;
26 Gtk::Label *pad_names_label =
nullptr;
27 Gtk::Entry *pin_name_entry =
nullptr;
28 Gtk::Entry *pin_names_entry =
nullptr;
29 Gtk::ComboBoxText *dir_combo =
nullptr;
30 Gtk::SpinButton *swap_group_spin_button =
nullptr;
31 Gtk::ComboBox *combo_gate =
nullptr;
32 Gtk::Entry *combo_gate_entry =
nullptr;
Definition: pad_editor.hpp:8
Definition: part_wizard.hpp:16