4 #include "common/common.hpp" 5 #include "util/uuid.hpp" 6 #include "preview_base.hpp" 13 void load(
const class Entity *entity);
14 void load(
const class Part *part);
18 void load(
const class Entity *entity,
const class Part *part);
20 const class Entity *entity =
nullptr;
21 const class Part *part =
nullptr;
23 Gtk::ComboBoxText *combo_gate =
nullptr;
24 Gtk::ComboBoxText *combo_symbol =
nullptr;
26 void handle_gate_sel();
27 void handle_symbol_sel();
Definition: preview_canvas.hpp:5
Definition: entity_preview.hpp:9
Definition: entity.hpp:13
Definition: preview_base.hpp:9
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:19