Home
last modified time | relevance | path

Searched refs:FindParentInfo (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DStudioXProject.h683 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;
Dundo_manager.cpp170 widget_info *parent_info = project->FindParentInfo(info); in AddEntry()
269 current->widget_list[widget_index].parent_info = GetOpenProject()->FindParentInfo(info); in AddEntry()
Dtemplate_service_provider.cpp59 widget_info *parent = project->FindParentInfo(base); in WriteExtendedProperties()
DStudioXProject.cpp2430 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_project
5677 found = FindParentInfo(test, child); in FindParentInfo()
5690 widget_info *studiox_project::FindParentInfo(const widget_info *child) const in FindParentInfo() function in studiox_project
5697 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_project
5712 found = FindParentInfo(folder->GetFirstChildWidget(), child); in FindParentInfo()
Dscreen_generator.cpp1266 parent_info = m_project->FindParentInfo(target_info); in GenerateAnimationInfo()
1951 parent_info = m_project->FindParentInfo(target_info); in CheckWriteScreenFlow()
Dtarget_screen.cpp1979 parent_info = project->FindParentInfo(parent_info); in MakeTopWindowVisible()