4 #include "common/common.hpp" 5 #include "util/uuid.hpp" 6 #include "preview_base.hpp" 13 void load(
const class Part *part);
17 const class Part *part =
nullptr;
21 Gtk::ComboBoxText *combo_package =
nullptr;
23 Gtk::Label *label_MPN =
nullptr;
24 Gtk::Label *label_manufacturer =
nullptr;
25 Gtk::Label *label_value =
nullptr;
26 Gtk::Label *label_description =
nullptr;
27 Gtk::Label *label_datasheet =
nullptr;
28 Gtk::Label *label_entity =
nullptr;
30 void handle_package_sel();
Definition: preview_canvas.hpp:5
Definition: entity_preview.hpp:9
Definition: part_preview.hpp:9
Definition: preview_base.hpp:9
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:19