|
Blender V4.3
|
IDPSerializer for IDP_INT. More...
Inherits blender::bke::idprop::IDPropertySerializer.
Public Member Functions | |
| constexpr | IDPBoolSerializer ()=default |
| std::string | type_name () const override |
return the type name for (de)serializing. Type name is stored in the type or subtype attribute of the serialized id_property. | |
| std::optional< eIDPropertyType > | property_type () const override |
| return the IDPropertyType for (de)serializing. | |
| std::shared_ptr< DictionaryValue > | idprop_to_dictionary (const IDProperty *id_property) const override |
| create dictionary containing the given id_property. | |
| std::unique_ptr< IDProperty, IDPropertyDeleter > | entry_to_idprop (DictionaryEntryParser &entry_reader) const override |
| convert the entry to an id property. | |
Public Member Functions inherited from blender::bke::idprop::IDPropertySerializer | |
| constexpr | IDPropertySerializer ()=default |
| virtual bool | supports_serializing () const |
| Can the serializer be used? | |
Additional Inherited Members | |
Protected Member Functions inherited from blender::bke::idprop::IDPropertySerializer | |
| std::shared_ptr< DictionaryValue > | create_dictionary (const IDProperty *id_property) const |
| Create a new DictionaryValue instance. | |
IDPSerializer for IDP_INT.
Definition at line 324 of file idprop_serialize.cc.
|
constexprdefault |
|
inlineoverridevirtual |
convert the entry to an id property.
Implements blender::bke::idprop::IDPropertySerializer.
Definition at line 346 of file idprop_serialize.cc.
References BLI_assert, blender::bke::idprop::create_bool(), blender::bke::idprop::DictionaryEntryParser::get_bool_value(), blender::bke::idprop::DictionaryEntryParser::get_name(), blender::bke::idprop::DictionaryEntryParser::get_type(), and IDP_BOOLEAN.
|
inlineoverridevirtual |
create dictionary containing the given id_property.
Implements blender::bke::idprop::IDPropertySerializer.
Definition at line 338 of file idprop_serialize.cc.
References blender::bke::idprop::IDPropertySerializer::create_dictionary(), IDP_Bool, blender::bke::idprop::IDP_KEY_VALUE(), and result.
|
inlineoverridevirtual |
return the IDPropertyType for (de)serializing.
Implements blender::bke::idprop::IDPropertySerializer.
Definition at line 333 of file idprop_serialize.cc.
References IDP_BOOLEAN.
|
inlineoverridevirtual |
return the type name for (de)serializing. Type name is stored in the type or subtype attribute of the serialized id_property.
Implements blender::bke::idprop::IDPropertySerializer.
Definition at line 328 of file idprop_serialize.cc.
References blender::bke::idprop::IDP_PROPERTY_TYPENAME_BOOL().