Searched refs:SwiperComposedElement (Results 1 – 3 of 3) sorted by relevance
50 void SwiperComposedElement::Dump() in Dump()104 std::string SwiperComposedElement::GetAutoPlay() const in GetAutoPlay()111 std::string SwiperComposedElement::GetInterval() const in GetInterval()118 std::string SwiperComposedElement::GetIndicator() const in GetIndicator()125 std::string SwiperComposedElement::GetLoop() const in GetLoop()132 std::string SwiperComposedElement::GetDuration() const in GetDuration()139 std::string SwiperComposedElement::GetVertical() const in GetVertical()163 std::string SwiperComposedElement::GetCurve() const in GetCurve()183 std::string SwiperComposedElement::GetColor() const in GetColor()252 int32_t SwiperComposedElement::GetCachedCount() const in GetCachedCount()[all …]
26 class ACE_EXPORT SwiperComposedElement : public InspectorComposedElement {27 DECLARE_ACE_TYPE(SwiperComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument30 explicit SwiperComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()31 ~SwiperComposedElement() override = default;
119 …NT_TAG, [](const std::string& id) { return AceType::MakeRefPtr<V2::SwiperComposedElement>(id); } }, in __anona4bda69c0802()