Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtexttimer_composed_element.cpp40 void TextTimerComposedElement::Dump() in Dump()
53 std::unique_ptr<JsonValue> TextTimerComposedElement::ToJsonObject() const in ToJsonObject()
62 std::string TextTimerComposedElement::GetIsCountDown() const in GetIsCountDown()
71 std::string TextTimerComposedElement::GetCount() const in GetCount()
80 std::string TextTimerComposedElement::GetFormat() const in GetFormat()
89 std::string TextTimerComposedElement::GetFontColor() const in GetFontColor()
96 std::string TextTimerComposedElement::GetFontSize() const in GetFontSize()
104 std::string TextTimerComposedElement::GetFontWeight() const in GetFontWeight()
112 std::string TextTimerComposedElement::GetFontStyle() const in GetFontStyle()
120 std::string TextTimerComposedElement::GetFontFamily() const in GetFontFamily()
[all …]
H A Dtexttimer_composed_element.h26 class ACE_EXPORT TextTimerComposedElement : public InspectorComposedElement {
27 DECLARE_ACE_TYPE(TextTimerComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument
30 explicit TextTimerComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()
31 ~TextTimerComposedElement() override = default;
H A Dinspector_composed_component.cpp209 … [](const std::string& id) { return AceType::MakeRefPtr<V2::TextTimerComposedElement>(id); } }, in __anona4bda69c4202()