Searched refs:SvgStopComponent (Results 1 – 3 of 3) sorted by relevance
24 class SvgStopComponent : public ComposedComponent {25 DECLARE_ACE_TYPE(SvgStopComponent, ComposedComponent);28 SvgStopComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in SvgStopComponent() function35 ~SvgStopComponent() override = default;
22 component_ = AceType::MakeRefPtr<SvgStopComponent>("svg_stop_nodeId", "stop"); in SvgStop()
40 RefPtr<SvgStopComponent> component_;