2 #include "common/layer.hpp"
3 #include "util/uuid.hpp"
9 enum class Type { INVALID, INT, BOOL, STRING,
UUID };
14 virtual Type get_type()
const
30 Type get_type()
const override
43 Type get_type()
const override
56 Type get_type()
const override
69 Type get_type()
const override
82 bool is_settable =
true;
83 bool is_visible =
true;
91 using PropertyMeta::PropertyMeta;
92 std::map<UUID, std::string> net_classes;
97 using PropertyMeta::PropertyMeta;
98 std::map<int, Layer> layers;