Searched refs:TextTimerComposedElement (Results 1 – 3 of 3) sorted by relevance
40 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 …]
26 class ACE_EXPORT TextTimerComposedElement : public InspectorComposedElement {27 DECLARE_ACE_TYPE(TextTimerComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument30 explicit TextTimerComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()31 ~TextTimerComposedElement() override = default;
209 … [](const std::string& id) { return AceType::MakeRefPtr<V2::TextTimerComposedElement>(id); } }, in __anona4bda69c4202()