Home
last modified time | relevance | path

Searched refs:WaterFlowComposedElement (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwater_flow_composed_element.cpp30 { "rowsGap", [](const WaterFlowComposedElement& inspector) { return inspector.GetRowsGap(); } }, in __anon0f5490960502()
32 … [](const WaterFlowComposedElement& inspector) { return inspector.GetItemConstraintSize(); } }, in __anon0f5490960602()
37 void WaterFlowComposedElement::Dump() in Dump()
52 std::unique_ptr<JsonValue> WaterFlowComposedElement::ToJsonObject() const in ToJsonObject()
61 std::string WaterFlowComposedElement::GetColumnsTemplate() const in GetColumnsTemplate()
75 std::string WaterFlowComposedElement::GetRowsTemplate() const in GetRowsTemplate()
89 std::string WaterFlowComposedElement::GetColumnsGap() const in GetColumnsGap()
103 std::string WaterFlowComposedElement::GetRowsGap() const in GetRowsGap()
117 std::string WaterFlowComposedElement::GetlayoutDirection() const in GetlayoutDirection()
131 std::string WaterFlowComposedElement::GetItemConstraintSize() const in GetItemConstraintSize()
[all …]
H A Dwater_flow_composed_element.h27 class ACE_EXPORT WaterFlowComposedElement : public InspectorComposedElement {
28 DECLARE_ACE_TYPE(WaterFlowComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument
31 explicit WaterFlowComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()
32 ~WaterFlowComposedElement() override = default;
53 ACE_DISALLOW_COPY_AND_MOVE(WaterFlowComposedElement);
H A Dinspector_composed_component.cpp130 … [](const std::string& id) { return AceType::MakeRefPtr<V2::WaterFlowComposedElement>(id); } }, in __anona4bda69c1002()