Searched refs:TextClockComponent (Results 1 – 6 of 6) sorted by relevance
22 RefPtr<Element> TextClockComponent::CreateElement() in CreateElement()27 RefPtr<RenderNode> TextClockComponent::CreateRenderNode() in CreateRenderNode()32 void TextClockComponent::SetHoursWest(int32_t hoursWest) in SetHoursWest()37 int32_t TextClockComponent::GetHoursWest() const in GetHoursWest()42 void TextClockComponent::SetFormat(const std::string& format) in SetFormat()47 std::string TextClockComponent::GetFormat() const in GetFormat()52 void TextClockComponent::SetTextClockController(RefPtr<TextClockController> textClockController) in SetTextClockController()57 RefPtr<TextClockController> TextClockComponent::GetTextClockController() const in GetTextClockController()
31 class ACE_EXPORT TextClockComponent : public TextComponentV2 {32 DECLARE_ACE_TYPE(TextClockComponent, TextComponentV2);35 explicit TextClockComponent(const std::string& data) : TextComponentV2(data) {} in TextClockComponent() function36 ~TextClockComponent() override = default;
48 RefPtr<TextClockComponent> GetTextClockComponent() in GetTextClockComponent()77 RefPtr<TextClockComponent> textClockComponent_;
41 textClockComponent_ = AceType::DynamicCast<TextClockComponent>(component); in Update()
23 auto clockComponent = AceType::MakeRefPtr<TextClockComponent>(std::string("")); in Create()109 RefPtr<TextClockComponent> TextClockModelImpl::GetComponent() in GetComponent()115 auto component = AceType::DynamicCast<TextClockComponent>(stack->GetMainComponent()); in GetComponent()
41 static RefPtr<TextClockComponent> GetComponent();