Home
last modified time | relevance | path

Searched refs:GetFlowListCount (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dscreen_flow.cpp406 for (int index = 0; index < GetFlowListCount(); index++) in UpdateScreenName()
518 if (index >= 0 && index < GetFlowListCount()) in DeleteFlowItem()
526 for (index = 0; index < GetFlowListCount(); index++) in DeleteFlowItem()
Dscreen_flow.h95 INT GetFlowListCount(){ return flow_list.GetCount(); }; in GetFlowListCount() function
Dscreen_flow_edit_dlg.cpp447 for (int index = 0; index < mpScreenFlow->GetFlowListCount() + 1; index++) in OnPaint()
449 if (index < mpScreenFlow->GetFlowListCount()) in OnPaint()
646 for (int index = 0; index < mpScreenFlow->GetFlowListCount(); index++) in FindFirstVisibleItem()
1107 for (int index = 0; index < mpScreenFlow->GetFlowListCount(); index++) in InitConnectionList()
1123 for (int index = 0; index < mpScreenFlow->GetFlowListCount(); index++) in UpdateDisplaySize()
1756 mpScreenFlow->GetFlowListCount(); in InitScreenFlow()
Dapp_runner.cpp643 int size = flow->GetFlowListCount() * 2; in guix_execute_thread()
DStudioXProject.cpp1194 item_count = flow->GetFlowListCount(); in CheckEmptyScreenFlow()
3122 for (index = 0; index < screen_flow->GetFlowListCount(); index++) in WriteScreenFlow()
Dscreen_generator.cpp299 for (index = 0; index < flow->GetFlowListCount(); index++) in GenerateScreenHeader()