Searched refs:reloadFunc (Results 1 – 5 of 5) sorted by relevance
74 customNode->SetReloadFunction(std::move(info.reloadFunc)); in CreateNode()76 … auto completeReloadFunc = [reloadFunc = std::move(info.completeReloadFunc)]() -> RefPtr<UINode> { in CreateNode()77 return AceType::DynamicCast<UINode>(reloadFunc()); in CreateNode()
45 std::function<void(bool)> reloadFunc; member
83 void SetReloadFunction(std::function<void(bool)>&& reloadFunc) in SetReloadFunction() argument85 reloadFunc_ = std::move(reloadFunc); in SetReloadFunction()
97 .reloadFunc = [weakThis](bool deep) { in CreateUI()
700 .reloadFunc = std::move(reloadFunction), in CreateViewNode()