4 #include "common/common.hpp"
5 #include "util/uuid.hpp"
6 #include "util/pool_goto_provider.hpp"
9 class SymbolPreview :
public Gtk::Box,
public PoolGotoProvider {
11 SymbolPreview(
class IPool &pool);
13 void load(
const UUID &uu);
18 class PreviewCanvas *canvas_symbol =
nullptr;
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);