Lines Matching refs:SceneDelegate
33 SceneDelegate::SceneDelegate()
36 SceneDelegate::~SceneDelegate()
40 ErrCode SceneDelegate::GetCurrentComponentInfo(std::shared_ptr<ComponentTree> componentinfo,
79 ErrCode SceneDelegate::ChooseScene(bool isRandom)
149 ErrCode SceneDelegate::CompareComponentInfos(std::shared_ptr<ComponentTree> &newcomponentinfo,
196 ErrCode SceneDelegate::SetAvailableComponentList(std::shared_ptr<ComponentTree> componentinfo, bool isRandom)
226 uint32_t SceneDelegate::FindSame(const std::vector<std::shared_ptr<ComponentTree>> &newcomponentlist,
240 ErrCode SceneDelegate::FindSamePageInChildren(bool &isFound, bool isRandom)
273 ErrCode SceneDelegate::FindSamePageInParent(bool &isFound, bool isRandom)
316 bool SceneDelegate::IsComponentInScreen(const std::shared_ptr<ComponentTree> componentinfo)