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;
zip_int64_t int64_t
zip_int64_t typedef.
Definition: zip.hpp:103
Definition: core_properties.hpp:7
Definition: core_properties.hpp:25
Definition: core_properties.hpp:64
Definition: core_properties.hpp:51
Definition: core_properties.hpp:38
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16