Searched defs:PropertyName (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 571 #define META_API_INTERFACE_PROPERTY_CACHED(InterfaceCachedName, PropertyName, PropertyType) \ argument 608 #define META_API_INTERFACE_READONLY_PROPERTY_CACHED(InterfaceCachedName, PropertyName, PropertyType… argument 615 #define META_API_INTERFACE_ARRAY_PROPERTY_CACHED(InterfaceCachedName, PropertyName, PropertyType) \ argument 648 #define META_API_INTERFACE_READONLY_ARRAY_PROPERTY_CACHED(InterfaceCachedName, PropertyName, Proper… argument 655 #define META_API_INTERFACE_PROPERTY(Interface, PropertyName, PropertyType) \ argument 678 #define META_API_INTERFACE_READONLY_PROPERTY(Interface, PropertyName, PropertyType) \ argument
|