Searched refs:XComponentAttribute (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/ |
H A D | xcomponent_declaration.h | 23 struct XComponentAttribute : Attribute { struct 44 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentName() argument 50 … auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetXComponentName() 56 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentId() 62 … auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetXComponentId() 68 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentType() 74 … auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetXComponentType() 80 auto& attribute = MaybeResetAttribute<XComponentAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetXComponentLibraryName() 86 … auto& attribute = static_cast<XComponentAttribute&>(GetAttribute(AttributeTag::SPECIALIZED_ATTR)); in GetXComponentLibraryName()
|
/ohos5.0/foundation/window/window_manager/resources/abc/pip/source/ |
H A D | PiPContent.ets | 23 private mXComponent: TypedFrameNode<XComponentInterface, XComponentAttribute>; 26 constructor(xComponent: TypedFrameNode<XComponentInterface, XComponentAttribute>) { 49 private xComponent: TypedFrameNode<XComponentInterface, XComponentAttribute> | null = null;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration_constants.cpp | 267 const std::shared_ptr<XComponentAttribute> DeclarationConstants::DEFAULT_XCOMPONENT_ATTR = 268 std::make_shared<XComponentAttribute>();
|
H A D | declaration_constants.h | 236 static const std::shared_ptr<XComponentAttribute> DEFAULT_XCOMPONENT_ATTR;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-attribute-modifier.md | 80 …ePickerAttribute、ToggleAttribute、VideoAttribute、WaterFlowAttribute、XComponentAttribute、ParticleAtt…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-attribute-modifier.md | 80 …kerAttribute, ToggleAttribute, VideoAttribute, WaterFlowAttribute, XComponentAttribute, ParticleAt…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkXComponent.ts | 24 class ArkXComponentComponent extends ArkComponent implements XComponentAttribute {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-frameNode.md | 2360 type XComponent = TypedFrameNode<XComponentInterface, XComponentAttribute> 2370 …XComponentAttribute> | 提供XComponent类型FrameNode节点。<br/>**说明:**<br/> XComponentInterface用于[TypedF…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-frameNode.md | 2329 type XComponent = TypedFrameNode<XComponentInterface, XComponentAttribute> 2339 …XComponentAttribute> | FrameNode of the XComponent type.<br>**NOTE**<br> **XComponentInterface*…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/ |
H A D | arkComponent.d.ts | 1540 declare class ArkXComponentComponent implements CommonMethod<XComponentAttribute> {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-arkui.md | 1213 …t XComponentInstance: XComponentAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const XCompon…
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-arkui.md | 1213 …e: XComponentAttribute;<br>Initial version: N/A|Class name: global<br>Method or attribute name: de…
|