7 ImpSymbol(
const std::string &symbol_filename,
const std::string &pool_path);
10 void construct()
override;
12 ActionCatalogItem::Availability get_editor_type_for_action()
const 14 return ActionCatalogItem::AVAILABLE_IN_SYMBOL;
16 ObjectType get_editor_type()
const override 18 return ObjectType::SYMBOL;
21 void update_monitor()
override;
24 void canvas_update()
override;
25 void apply_preferences()
override;
28 Gtk::Entry *name_entry =
nullptr;
29 Gtk::Label *unit_label =
nullptr;
Definition: unplaced_box.hpp:8
Definition: imp_symbol.hpp:5
Definition: core_symbol.hpp:10
Definition: symbol_preview_window.hpp:8