Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dapp_runner.cpp263 (action->parent_widget_name == SCREEN_STACK_POP_STRING)) in app_trigger_action_process()
268 if (action->parent_widget_name != SCREEN_STACK_POP_STRING) in app_trigger_action_process()
270 parent = app_widget_find(root, action->parent_widget_name); in app_trigger_action_process()
291 (action->parent_widget_name == SCREEN_STACK_POP_STRING)) in app_trigger_action_process()
296 if (action->parent_widget_name != SCREEN_STACK_POP_STRING) in app_trigger_action_process()
298 parent = app_widget_find(root, action->parent_widget_name); in app_trigger_action_process()
373 (action->parent_widget_name == SCREEN_STACK_POP_STRING)) in app_trigger_action_process()
386 if (action->parent_widget_name != SCREEN_STACK_POP_STRING) in app_trigger_action_process()
388 parent = app_widget_find(root, action->parent_widget_name); in app_trigger_action_process()
Dtrigger_action_edit_dlg.cpp300 action->parent_widget_name = _T(""); in OnAddAction()
425 UpdateTargetCombo(&mParentCombo, action->parent_widget_name); in OnSelectAddedActionList()
528 UpdateTargetCombo(&mParentCombo, action->parent_widget_name); in OnClickParentShowChildWidgets()
631 action->parent_widget_name = target_name; in OnSelectTargetCombo()
737 UpdateTargetCombo(&mParentCombo, action->parent_widget_name); in InitActionLists()
Dscreen_flow.cpp9 parent_widget_name = ""; in action_info()
44 parent_widget_name = other.parent_widget_name; in copy()
Dscreen_flow.h18 CString parent_widget_name; variable
Dscreen_generator.cpp1261 if (action->parent_widget_name.IsEmpty()) in GenerateAnimationInfo()
1293 …o = m_project->FindWidgetInfo(parent_info->GetChildWidgetInfo(), action->parent_widget_name, TRUE); in GenerateAnimationInfo()
1298 parent_info = m_project->FindWidgetInfo(folder, action->parent_widget_name, FALSE); in GenerateAnimationInfo()
1947 if (action->parent_widget_name.IsEmpty()) in CheckWriteScreenFlow()
1964 else if (action->parent_widget_name == SCREEN_STACK_POP_STRING) in CheckWriteScreenFlow()
1986 …o = m_project->FindWidgetInfo(parent_info->GetChildWidgetInfo(), action->parent_widget_name, TRUE); in CheckWriteScreenFlow()
1991 … parent_info = m_project->FindWidgetInfo(folder, action->parent_widget_name, FALSE); in CheckWriteScreenFlow()
3402 target_name += action->parent_widget_name; in WriteExternWidgetsUsedByScreenFlow()
3409 …target = m_project->FindWidgetInfo(target->GetChildWidgetInfo(), action->parent_widget_name, TRUE); in WriteExternWidgetsUsedByScreenFlow()
3413 … target = m_project->FindWidgetInfo(first_folder, action->parent_widget_name, FALSE); in WriteExternWidgetsUsedByScreenFlow()
DStudioXProject.cpp3189 writer.WriteString("parent_widget_name", action->parent_widget_name); in WriteTriggerInfo()
4178 reader.ReadString("parent_widget_name", action->parent_widget_name); in ReadTriggerInfo()