Searched defs:ObjectFlagBits (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | construct_array_property.h | 26 ConstructArrayProperty(IObjectRegistry& obr, BASE_NS::string_view name, BASE_NS::array_view<const T> value = {}, ObjectFlagBitsValue flags = ObjectFlagBits::SERIALIZE) ConstructArrayProperty() argument 40 ConstructArrayProperty(BASE_NS::string_view name, BASE_NS::array_view<const T> value = {}, ObjectFlagBitsValue flags = ObjectFlagBits::SERIALIZE) ConstructArrayProperty() argument
|
H A D | construct_property.h | 55 ConstructProperty(IObjectRegistry& obr, BASE_NS::string_view name, const T& value = {}, ObjectFlagBitsValue flags = ObjectFlagBits::SERIALIZE) ConstructProperty() argument 71 ConstructProperty( BASE_NS::string_view name, const T& value = {}, ObjectFlagBitsValue flags = ObjectFlagBits::SERIALIZE) ConstructProperty() argument 78 ConstructProperty( BASE_NS::string_view name, const Param& value = {}, ObjectFlagBitsValue flags = ObjectFlagBits::SERIALIZE) ConstructProperty() argument 99 ConstructPropertyAny( BASE_NS::string_view name, const IAny& value, ObjectFlagBitsValue flags = ObjectFlagBits::SERIALIZE) ConstructPropertyAny() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_object_flags.h | 35 enum class ObjectFlagBits : uint8_t { class
|
Completed in 2 milliseconds