Searched refs:CustomDialogComponent (Results 1 – 6 of 6) sorted by relevance
64 class CustomDialogComponent : public ComposedComponent {65 DECLARE_ACE_TYPE(CustomDialogComponent, ComposedComponent);68 …CustomDialogComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in CustomDialogComponent() function74 … CustomDialogComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in CustomDialogComponent() function79 ~CustomDialogComponent() override = default;
25 …RefPtr<CustomDialogComponent> customComponent = AceType::DynamicCast<CustomDialogComponent>(compon… in PerformBuild()
22 RefPtr<Element> CustomDialogComponent::CreateElement() in CreateElement()
38 RefPtr<CustomDialogComponent> dialog_;
49 RefPtr<CustomDialogComponent> dialogChild_;
25 dialogChild_ = AceType::MakeRefPtr<CustomDialogComponent>(std::to_string(nodeId), nodeName); in DOMDialog()