Home
last modified time | relevance | path

Searched refs:template_dependencies (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dproject_view.cpp1737 folder_info *template_dependencies = pasted_info->template_dependencies; in CombineCopyPasteWidgets() local
1739 if (template_dependencies) in CombineCopyPasteWidgets()
1742 if (!CheckRemoveDuplicateTemplates(template_dependencies)) in CombineCopyPasteWidgets()
1749 CheckRemoveDuplicateTemplates(copied_widgets, template_dependencies); in CombineCopyPasteWidgets()
1752 AddWidgetsToFolder(copied_widgets, template_dependencies); in CombineCopyPasteWidgets()
1753 template_dependencies->SetFirstChildWidget(NULL); in CombineCopyPasteWidgets()
1883 folder_info *template_dependencies = pasted_info->template_dependencies; in PasteWidgets() local
1886 if (template_dependencies) in PasteWidgets()
1889 if (!CheckRemoveDuplicateTemplates(template_dependencies)) in PasteWidgets()
1896 if (template_dependencies->GetFirstChildWidget()) in PasteWidgets()
[all …]
Dcopy_paste_engine.cpp16 template_dependencies = NULL; in copy_paste_info()
23 if (template_dependencies) in ~copy_paste_info()
25 delete template_dependencies; in ~copy_paste_info()
271 paste_info->template_dependencies = ReadWidgets(reader, "template_dependencies"); in PasteFromClipboard()
Dcopy_paste_engine.h21 folder_info *template_dependencies; variable