This is interface used to set properties and meta of an adaptive object. See interface afw_object method get_object_setter for more information.
◆ afw_object_setter_set_immutable
#define afw_object_setter_set_immutable |
( |
|
instance, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->set_immutable( \
(instance), \
(xctx) \
)
Call method set_immutable of interface afw_object_setter.
- Parameters
-
instance | Pointer to this object instance. |
xctx | This is the caller's xctx. |
Definition at line 3154 of file afw_interface.h.
◆ afw_object_setter_set_property
#define afw_object_setter_set_property |
( |
|
instance, |
|
|
|
property_name, |
|
|
|
value, |
|
|
|
xctx |
|
) |
| |
Value:(instance)->inf->set_property( \
(instance), \
(property_name), \
(value), \
(xctx) \
)
Call method set_property of interface afw_object_setter.
- Parameters
-
instance | Pointer to this object setter instance. |
property_name | Property name of property to set. |
value | Value to set or NULL to remove the property. |
xctx | This is the caller's xctx. |
Definition at line 3170 of file afw_interface.h.
◆ afw_object_setter_set_immutable_t
◆ afw_object_setter_set_property_t