Searched refs:FindParentInfo (Results 1 – 6 of 6) sorted by relevance
683 widget_info *FindParentInfo(const widget_info *start, const widget_info *child) const;684 widget_info *FindParentInfo(const folder_info *folder, const widget_info *child) const;685 widget_info *FindParentInfo(const widget_info *child) const;
170 widget_info *parent_info = project->FindParentInfo(info); in AddEntry()269 current->widget_list[widget_index].parent_info = GetOpenProject()->FindParentInfo(info); in AddEntry()
59 widget_info *parent = project->FindParentInfo(base); in WriteExtendedProperties()
2430 parent_info = FindParentInfo(which); in DeleteWidget()2753 widget_info *parent = FindParentInfo(info); in MoveInfoToFront()2784 widget_info *parent = FindParentInfo(info); in MoveInfoToBack()5662 widget_info *studiox_project::FindParentInfo(const widget_info *start, const widget_info *child) co… in FindParentInfo() function in studiox_project5677 found = FindParentInfo(test, child); in FindParentInfo()5690 widget_info *studiox_project::FindParentInfo(const widget_info *child) const in FindParentInfo() function in studiox_project5697 found = FindParentInfo(pInfo, child); in FindParentInfo()5707 widget_info *studiox_project::FindParentInfo(const folder_info *folder, const widget_info *child) c… in FindParentInfo() function in studiox_project5712 found = FindParentInfo(folder->GetFirstChildWidget(), child); in FindParentInfo()
1266 parent_info = m_project->FindParentInfo(target_info); in GenerateAnimationInfo()1951 parent_info = m_project->FindParentInfo(target_info); in CheckWriteScreenFlow()
1979 parent_info = project->FindParentInfo(parent_info); in MakeTopWindowVisible()