Searched refs:action_type (Results 1 – 7 of 7) sorted by relevance
288 int action_type = 0; in OnAddAction() local291 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 …]
6 action_type = 0; in action_info()41 action_type = other.action_type; in copy()
16 ULONG action_type;
259 switch (action->action_type) in app_trigger_action_process()
3186 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()
2050 …"GX_ACTION_TYPE_") + trigger_action_select_dlg::GetActionTypeName(action->action_type).MakeUpper(); in CheckWriteScreenFlow()
3083 def add_action(action_type): argument3084 logging.info('set action type to %s', action_type)3087 action_select_dlg_select_action(action_type)