Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_row_composed_element.cpp27 std::function<std::unique_ptr<JsonValue>(const GridRowComposedElement&)>> CREATE_JSON_MAP {
28 …{ "constructor", [](const GridRowComposedElement& inspector) { return inspector.GetConstructor(); … in __anonf832ac990202()
33 void GridRowComposedElement::Dump() in Dump()
46 std::unique_ptr<JsonValue> GridRowComposedElement::ToJsonObject() const in ToJsonObject()
55 std::unique_ptr<JsonValue> GridRowComposedElement::GetConstructor() const in GetConstructor()
66 std::string GridRowComposedElement::GetGridRowSizeType() const in GetGridRowSizeType()
95 std::string GridRowComposedElement::GetGridRowDirection() const in GetGridRowDirection()
117 std::string GridRowComposedElement::GetGridRowBreakpoints() const in GetGridRowBreakpoints()
144 std::string GridRowComposedElement::GetGridRowColumns() const in GetGridRowColumns()
158 std::string GridRowComposedElement::GetGridRowGutter() const in GetGridRowGutter()
[all …]
H A Dgrid_row_composed_element.h26 class ACE_EXPORT GridRowComposedElement : public InspectorComposedElement {
27 DECLARE_ACE_TYPE(GridRowComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument
30 explicit GridRowComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()
31 ~GridRowComposedElement() override = default;
45 return GridRowComposedElement::TypeId(); in GetTargetTypeId()
H A Dinspector_composed_component.cpp202 [](const std::string& id) { return AceType::MakeRefPtr<V2::GridRowComposedElement>(id); } }, in __anona4bda69c3e02()