Lines Matching refs:app_name
279 if (!start->app_name.IsEmpty()) in AddTreeWidgets()
281 tree_name = start->app_name; in AddTreeWidgets()
1367 flow_item *item = screenflow->GetFlowItem(info->app_name); in DeleteFolder()
1371 ….Format(_T("Triggers that defined for \"%s\" will be deleted as well, continue?"), info->app_name); in DeleteFolder()
1377 screenflow->DeleteFlowItem(info->app_name, display_index); in DeleteFolder()
1491 item = flow->GetFlowItem(screen_info->app_name); in CheckRemoveWidget()
1496 if (item->screen_name == info->app_name) in CheckRemoveWidget()
1499 ….Format(_T("Triggers that defined for \"%s\" will be deleted as well, continue?"), info->app_name); in CheckRemoveWidget()
1554 screenflow->DeleteFlowItem(info->app_name, m_active_display); in DeleteWidget()
1664 find = project->FindWidgetInfo(search_start, info->app_name, FALSE); in CheckRemoveDuplicateTemplates()
1671 msg.Format(L"Template name \"%s\" already exists! Aborting.", info->app_name); in CheckRemoveDuplicateTemplates()
1679 msg.Format(L"Template \"%s\" already exists! Skipping.", info->app_name); in CheckRemoveDuplicateTemplates()
1874 msg.Format(L"Template \"%s\" must be pasted to folder node.", pasted_widget->app_name); in PasteWidgets()
2466 HTREEITEM hCurrent = mpTree->InsertItem(info->app_name, in InsertTopLevelWidget()
2517 HTREEITEM hCurrent = mpTree->InsertItem(info->app_name, in InsertTreeChild()
2552 HTREEITEM hCurrent = mpTree->InsertItem(info->app_name, in InsertTreeChild()
2590 HTREEITEM hCurrent = mpTree->InsertItem(info->app_name, in InsertTreeChild()
2853 if (!info->app_name.IsEmpty()) in NotifyNameChange()
2855 mpTree->SetItemText(hitem, info->app_name); in NotifyNameChange()
2856 name = info->app_name; in NotifyNameChange()
3219 pBaseMenu->AppendMenu(flags, ID_ADD_TEMPLATE_BASE + index, info->app_name); in UpdateBaseMenu()
3284 pBaseMenu->AppendMenu(flags, ID_ADD_TEMPLATE_BASE + index, info->app_name); in CreateBaseMenu()