Home
last modified time | relevance | path

Searched refs:FindWidgetInfo (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dmenu_service_provider.cpp238 child_info = project->FindWidgetInfo(child); in AssignStyle()
265 child_info = project->FindWidgetInfo(child); in AssignStyle()
288 project_view->UpdateChildPositions(project->FindWidgetInfo(parent)); in AssignStyle()
DStudioXProject.h680 widget_info *FindWidgetInfo(const GX_WIDGET *widget) const;
681 widget_info *FindWidgetInfo(const folder_info *folder, const GX_WIDGET *widget) const;
682 widget_info *FindWidgetInfo(const widget_info *start, const GX_WIDGET *widget) const;
686 …widget_info *FindWidgetInfo(const widget_info *start, const CString &name, BOOL search_child) cons…
687 …widget_info *FindWidgetInfo(const folder_info *folder, const CString &name, BOOL search_child) con…
Dscreen_generator.cpp1054 base = GetOpenProject()->FindWidgetInfo(folder, screen->base_name, FALSE); in WriteExternBaseDefines()
1238 target_info = m_project->FindWidgetInfo(folder, item->screen_name, FALSE); in GenerateAnimationInfo()
1241 …target_info = m_project->FindWidgetInfo(target_info->GetChildWidgetInfo(), action->target_widget_n… in GenerateAnimationInfo()
1246 target_info = m_project->FindWidgetInfo(folder, action->target_widget_name, FALSE); in GenerateAnimationInfo()
1290 parent_info = m_project->FindWidgetInfo(folder, item->screen_name, FALSE); in GenerateAnimationInfo()
1293 …parent_info = m_project->FindWidgetInfo(parent_info->GetChildWidgetInfo(), action->parent_widget_n… in GenerateAnimationInfo()
1298 parent_info = m_project->FindWidgetInfo(folder, action->parent_widget_name, FALSE); in GenerateAnimationInfo()
1938 target_info = m_project->FindWidgetInfo(folder, item->screen_name, FALSE); in CheckWriteScreenFlow()
1939 …target_info = m_project->FindWidgetInfo(target_info->GetChildWidgetInfo(), action->target_widget_n… in CheckWriteScreenFlow()
1943 … target_info = m_project->FindWidgetInfo(folder, action->target_widget_name, FALSE); in CheckWriteScreenFlow()
[all …]
Dtarget_screen.cpp614 menu_info = GetOpenProject()->FindWidgetInfo(info->widget->gx_widget_parent); in WidgetWasMoved()
623 menu_info = GetOpenProject()->FindWidgetInfo(menu_list->gx_menu_list_owner); in WidgetWasMoved()
1627 widget_info *info = project->FindWidgetInfo(selected); in OnMouseMove()
1919 old_info = GetOpenProject()->FindWidgetInfo(root ->gx_widget_first_child); in SwitchTopWidget()
2057 widget_info *menu_info = GetOpenProject()->FindWidgetInfo(menu); in SelectWidget()
2120 info = GetOpenProject()->FindWidgetInfo(select); in SelectWidget()
2442 info = project->FindWidgetInfo(target); in TestDropItem()
3224 SelectWidget(project->FindWidgetInfo(top), FALSE, FALSE); in OnTestMessage()
3245 …base = project->FindWidgetInfo(project->mDisplays[display].GetFirstChildFolder(), (CString)param.G… in OnTestMessage()
Dproject_view.cpp1234 widget_info *info = project->FindWidgetInfo(parent); in CheckParentRefresh()
1270 parent_info = project->FindWidgetInfo(parent); in CheckParentRefresh()
1283 parent_info = project->FindWidgetInfo(parent); in CheckParentRefresh()
1583 widget_info *parent_info = project->FindWidgetInfo(parent); in DeleteWidget()
1664 find = project->FindWidgetInfo(search_start, info->app_name, FALSE); in CheckRemoveDuplicateTemplates()
Dtemplate_service_provider.cpp346 base = project->FindWidgetInfo(folder, derived->base_name, FALSE); in GetBaseInfo()
DStudioXProject.cpp5723 widget_info *studiox_project::FindWidgetInfo(const folder_info *folder, const CString &name, BOOL s… in FindWidgetInfo() function in studiox_project
5729 found = FindWidgetInfo(folder->GetFirstChildWidget(), name, search_child); in FindWidgetInfo()
5740 widget_info *studiox_project::FindWidgetInfo(const widget_info *start, const CString &name, BOOL se… in FindWidgetInfo() function in studiox_project
5753 found = FindWidgetInfo(start->GetChildWidgetInfo(), name, search_child); in FindWidgetInfo()
5829 widget_info *studiox_project::FindWidgetInfo(const GX_WIDGET *widget) const in FindWidgetInfo() function in studiox_project
5841 found = FindWidgetInfo(pFolder, widget); in FindWidgetInfo()
5851 widget_info *studiox_project::FindWidgetInfo(const folder_info *folder, const GX_WIDGET *widget) co… in FindWidgetInfo() function in studiox_project
5864 found = FindWidgetInfo(child, widget); in FindWidgetInfo()
5877 widget_info *studiox_project::FindWidgetInfo(const widget_info *start, const GX_WIDGET *widget) con… in FindWidgetInfo() function in studiox_project
5890 found = FindWidgetInfo(start->GetChildWidgetInfo(), widget); in FindWidgetInfo()
Dtrigger_edit_dlg.cpp88 …info = project->FindWidgetInfo(project->mDisplays[display_index].GetFirstChildFolder(), item->scre… in IMPLEMENT_DYNAMIC()
Dcopy_paste_engine.cpp734 base = mProject->FindWidgetInfo(folder, base->base_name, FALSE); in BuildBaseList()
Dundo_manager.cpp721 info = pProject->FindWidgetInfo(parent_folder, info->app_name, FALSE); in Undo()
Dtrigger_action_edit_dlg.cpp90 …info = project->FindWidgetInfo(project->mDisplays[display_index].GetFirstChildFolder(), item->scre… in IMPLEMENT_DYNAMIC()