Home
last modified time | relevance | path

Searched refs:GetFlowItem (Results 1 – 9 of 9) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dscreen_flow.h96 flow_item *GetFlowItem(int index){ return flow_list.GetAt(index); }; in GetFlowItem() function
97 flow_item *GetFlowItem(CPoint point, BOOL move_front = FALSE);
98 flow_item *GetFlowItem(CString &screen_name);
Dscreen_flow.cpp408 item = GetFlowItem(index); in UpdateScreenName()
448 item = GetFlowItem(screen_info->app_name); in UpdateIdName()
479 flow_item *item = GetFlowItem(screen_name); in CheckAddFlowItem()
520 item = GetFlowItem(index); in DeleteFlowItem()
528 item = GetFlowItem(index); in DeleteFlowItem()
584 flow_item *screen_flow::GetFlowItem(CPoint point, BOOL move_front) in GetFlowItem() function in screen_flow
610 flow_item *screen_flow::GetFlowItem(CString &screen_name) in GetFlowItem() function in screen_flow
Dscreen_flow_edit_dlg.cpp409 src_item = mpScreenFlow->GetFlowItem(connection->source_screen); in OnPaint()
410 target_item = mpScreenFlow->GetFlowItem(connection->target_screen); in OnPaint()
451 item = mpScreenFlow->GetFlowItem(index); in OnPaint()
537 mpDragItem = mpScreenFlow->GetFlowItem(pt, TRUE); in OnLButtonDown()
576 flow_item *item = mpScreenFlow->GetFlowItem(pt); in OnRButtonUp()
648 item = mpScreenFlow->GetFlowItem(index); in FindFirstVisibleItem()
1110 source = mpScreenFlow->GetFlowItem(index); in InitConnectionList()
1126 item = mpScreenFlow->GetFlowItem(index); in UpdateDisplaySize()
1328 target = mpScreenFlow->GetFlowItem(action->target_widget_name); in RemoveConnection()
1380 target = mpScreenFlow->GetFlowItem(action->target_widget_name); in CheckAddConnection()
[all …]
Dtrigger_list_edit_dlg.cpp71 flow_item *item = mpOldFlow->GetFlowItem(mItem.screen_name); in OnOK()
88 flow_item *item = mpOldFlow->GetFlowItem(mItem.screen_name); in OnCancel()
Dapp_runner.cpp119 flow_item = screen_flow->GetFlowItem(widget_name); in app_flow_item_get()
Dscreen_generator.cpp301 item = flow->GetFlowItem(index); in GenerateScreenHeader()
1867 item = flow->GetFlowItem(info->app_name); in CheckWriteScreenFlow()
2893 flow_item *item = flow->GetFlowItem(info->app_name); in WriteWidgetOverrides()
3388 item = flow->GetFlowItem(info->app_name); in WriteExternWidgetsUsedByScreenFlow()
Dproject_view.cpp1367 flow_item *item = screenflow->GetFlowItem(info->app_name); in DeleteFolder()
1491 item = flow->GetFlowItem(screen_info->app_name); in CheckRemoveWidget()
DStudioXProject.cpp1206 item = flow->GetFlowItem(index); in CheckEmptyScreenFlow()
3124 item = screen_flow->GetFlowItem(index); in WriteScreenFlow()
Dproperties_win.cpp2239 item = flow->GetFlowItem(screen_info->app_name); in CheckChangeWidgetId()