Home
last modified time | relevance | path

Searched refs:parent_show_child_widgets (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dscreen_flow.cpp12 parent_show_child_widgets = FALSE; in action_info()
47 parent_show_child_widgets = other.parent_show_child_widgets; in copy()
Dscreen_flow.h21 BOOL parent_show_child_widgets; variable
Dtrigger_action_edit_dlg.cpp419 mParentShowChildWidgets.SetCheck(action->parent_show_child_widgets); in OnSelectAddedActionList()
529 action->parent_show_child_widgets = check; in OnClickParentShowChildWidgets()
732 mParentShowChildWidgets.SetCheck(action->parent_show_child_widgets); in InitActionLists()
Dscreen_generator.cpp1287 if (action->parent_show_child_widgets) in GenerateAnimationInfo()
1980 if (action->parent_show_child_widgets) in CheckWriteScreenFlow()
3406 if (action->parent_show_child_widgets) in WriteExternWidgetsUsedByScreenFlow()
DStudioXProject.cpp3192 writer.WriteBool("parent_show_child_widgets", action->parent_show_child_widgets); in WriteTriggerInfo()
4192 … if (!reader.ReadBool("parent_show_child_widgets", action->parent_show_child_widgets)) in ReadTriggerInfo()
4194 action->parent_show_child_widgets = FALSE; in ReadTriggerInfo()