3 #include "common/common.hpp"
4 #include "editor_interface.hpp"
5 #include "util/sort_helper.hpp"
13 UnitEditor(BaseObjectType *cobject,
const Glib::RefPtr<Gtk::Builder> &x,
class Unit &u,
class IPool &p);
15 void select(
const ItemSet &items)
override;
21 Gtk::Entry *name_entry =
nullptr;
22 Gtk::Entry *manufacturer_entry =
nullptr;
23 Gtk::ListBox *pins_listbox =
nullptr;
24 Gtk::Button *add_button =
nullptr;
25 Gtk::Button *delete_button =
nullptr;
26 Gtk::CheckButton *cross_probing_cb =
nullptr;
28 Glib::RefPtr<Gtk::SizeGroup> sg_direction;
29 Glib::RefPtr<Gtk::SizeGroup> sg_name;
30 Glib::RefPtr<Gtk::SizeGroup> sg_names;
35 void handle_activate(
class PinEditor *ed);
Definition: unit_editor.cpp:15
Definition: editor_interface.hpp:6
Definition: sort_helper.hpp:6
Definition: unit_editor.hpp:9
A Unit is the template for a Gate inside of an Entity.
Definition: unit.hpp:71