Lines Matching refs:mActionList
78 mActionList.RemoveAll(); in IMPLEMENT_DYNAMIC()
83 mActionList.Add(action); in IMPLEMENT_DYNAMIC()
101 trigger_info::CleanActionList(mActionList); in ~trigger_action_edit_dlg()
245 for (int index = 0; index < mActionList.GetCount(); index++) in OnCancel()
247 action = mActionList.GetAt(index); in OnCancel()
301 trigger_info::CreateUniqueActionName(mActionList, action); in OnAddAction()
303 mActionList.Add(action); in OnAddAction()
341 for (int index = 0; index < mActionList.GetCount(); index++) in OnDeleteAction()
343 action = mActionList.GetAt(index); in OnDeleteAction()
349 delete mActionList.GetAt(index); in OnDeleteAction()
350 mActionList.RemoveAt(index); in OnDeleteAction()
451 (trigger_info::FindActionName(mActionList, new_name))) in OnChangeActionName()
545 for (int index = 0; index < mActionList.GetCount(); index++) in SelectedActionGet()
547 action = mActionList.GetAt(index); in SelectedActionGet()
708 if (mActionList.IsEmpty()) in InitActionLists()
715 for (int index = 0; index < mActionList.GetCount(); index++) in InitActionLists()
717 action = mActionList.GetAt(index); in InitActionLists()
838 action = trigger_info::GetActionInfo(mActionList, action_name); in ShowHideAnimationParams()
1018 if (mActionList.GetCount() == 0) in EnableDisableActionDeleteButton()
1049 for (int index = 0; index < mActionList.GetCount(); index++) in SaveActionInfo()
1051 action = mActionList.GetAt(index); in SaveActionInfo()
1055 mActionList.RemoveAll(); in SaveActionInfo()
1087 action_info *action = trigger_info::GetActionInfo(mActionList, action_name); in SaveAnimationInfo()