4 #include "common/common.hpp" 5 #include "util/uuid.hpp" 6 #include "util/pool_goto_provider.hpp" 13 void load(
const UUID &uu);
20 Gtk::RadioButton *rb_normal =
nullptr;
21 Gtk::RadioButton *rb_mirrored =
nullptr;
23 std::array<Gtk::RadioButton *, 4> rb_angles;
25 Gtk::Label *unit_label =
nullptr;
27 void update(
bool fit =
false);
Definition: preview_canvas.hpp:5
Definition: pool_goto_provider.hpp:7
Definition: symbol_preview.hpp:9
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:21