Home
last modified time | relevance | path

Searched refs:action_type (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dtrigger_action_edit_dlg.cpp288 int action_type = 0; in OnAddAction() local
291 action_type = dlg.GetSelectedActionType(); in OnAddAction()
293 if ((action_type > 0) && SaveAnimationInfo()) in OnAddAction()
297 action->action_type = action_type; in OnAddAction()
306 mAddedActionList.SetItemData(sel, action_type); in OnAddAction()
316 …SetDlgItemText(IDC_ACTION_TYPE, trigger_action_select_dlg::GetActionTypeName(action->action_type)); in OnAddAction()
428 …SetDlgItemText(IDC_ACTION_TYPE, trigger_action_select_dlg::GetActionTypeName(action->action_type)); in OnSelectAddedActionList()
464 mAddedActionList.SetItemData(sel, action->action_type); in OnChangeActionName()
719 pBox->SetItemData(sel, action->action_type); in InitActionLists()
738 …SetDlgItemText(IDC_ACTION_TYPE, trigger_action_select_dlg::GetActionTypeName(action->action_type)); in InitActionLists()
[all …]
Dscreen_flow.cpp6 action_type = 0; in action_info()
41 action_type = other.action_type; in copy()
Dscreen_flow.h16 ULONG action_type;
Dapp_runner.cpp259 switch (action->action_type) in app_trigger_action_process()
DStudioXProject.cpp3186 type_name = trigger_action_select_dlg::GetActionTypeName(action->action_type); in WriteTriggerInfo()
4173 action->action_type = trigger_action_select_dlg::GetActionType(type_name); in ReadTriggerInfo()
4175 if (action->action_type) in ReadTriggerInfo()
Dscreen_generator.cpp2050 …"GX_ACTION_TYPE_") + trigger_action_select_dlg::GetActionTypeName(action->action_type).MakeUpper(); in CheckWriteScreenFlow()
/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_utils.py3083 def add_action(action_type): argument
3084 logging.info('set action type to %s', action_type)
3087 action_select_dlg_select_action(action_type)