2 #include "imp_layer.hpp"
3 #include "core/core_decal.hpp"
8 ImpDecal(
const std::string &decal_filename,
const std::string &pool_path);
11 void construct()
override;
13 ActionCatalogItem::Availability get_editor_type_for_action()
const override
15 return ActionCatalogItem::AVAILABLE_IN_DECAL;
18 std::map<ObjectType, SelectionFilterInfo> get_selection_filter_info()
const override;
19 void load_default_layers()
override;
22 void canvas_update()
override;
27 Gtk::Entry *name_entry =
nullptr;
Definition: core_decal.hpp:8
Definition: imp_decal.hpp:6
Definition: imp_layer.hpp:5