2 #include "common/layer.hpp"
3 #include "util/uuid.hpp"
9 enum class Type { INVALID, INT, BOOL, STRING,
UUID, DOUBLE };
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 Type get_type()
const override
95 bool is_settable =
true;
96 bool is_visible =
true;
104 using PropertyMeta::PropertyMeta;
105 std::map<UUID, std::string> net_classes;
110 using PropertyMeta::PropertyMeta;
111 std::map<int, Layer> layers;