Lines Matching refs:mpScreenFlow

69     mpScreenFlow = flow;  in BEGIN_MESSAGE_MAP()
199 text.Format(_T("%d"), mpScreenFlow->GetScale()); in UpdateZoomValue()
323 mpScreenFlow = flow; in BEGIN_MESSAGE_MAP()
409 src_item = mpScreenFlow->GetFlowItem(connection->source_screen); in OnPaint()
410 target_item = mpScreenFlow->GetFlowItem(connection->target_screen); in OnPaint()
447 for (int index = 0; index < mpScreenFlow->GetFlowListCount() + 1; index++) in OnPaint()
449 if (index < mpScreenFlow->GetFlowListCount()) 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()
646 for (int index = 0; index < mpScreenFlow->GetFlowListCount(); index++) in FindFirstVisibleItem()
648 item = mpScreenFlow->GetFlowItem(index); in FindFirstVisibleItem()
681 trigger_list_edit_dlg dlg(mActiveDisplay, mpScreenFlow, item); in EditFlowItem()
1072 mpScreenFlow->SetScale(mDiagramScale); in Zoom()
1107 for (int index = 0; index < mpScreenFlow->GetFlowListCount(); index++) in InitConnectionList()
1110 source = mpScreenFlow->GetFlowItem(index); in InitConnectionList()
1123 for (int index = 0; index < mpScreenFlow->GetFlowListCount(); index++) in UpdateDisplaySize()
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()
1517 target = mpScreenFlow->GetFlowItem(connection->target_screen); in UpdateConnectionPos()
1521 source = mpScreenFlow->GetFlowItem(connection->source_screen); in UpdateConnectionPos()
1671 mpScreenFlow = NULL; in IMPLEMENT_DYNAMIC()
1729 if (mpScreenFlow) in OnCancel()
1731 delete mpScreenFlow; in OnCancel()
1732 mpScreenFlow = NULL; in OnCancel()
1754 mpScreenFlow = project->mDisplays[mActiveDisplay].screenflow; in InitScreenFlow()
1756 mpScreenFlow->GetFlowListCount(); in InitScreenFlow()
1768 mpScreenFlow->CheckAddFlowItem(screen->app_name, diagram_width, diagram_height); in InitScreenFlow()
1798 mpScreenFlowDiagram = new screen_flow_diagram_win(mActiveDisplay, mpScreenFlow); in OnInitDialog()
1817 mpButtonFrame = new screen_flow_button_frame(mpScreenFlow, this); in OnInitDialog()
1893 if (!mpScreenFlow) in PopulateScreenItems()
1916 flow = mpScreenFlow->GetFlowItem(info->app_name); in PopulateScreenItems()
1972 item = mpScreenFlow->GetFlowItem(name); in OnShowHideScreenItem()
1980 mpScreenFlow->UpdateFlowItemRect(item, client.Width(), client.Height()); in OnShowHideScreenItem()
2009 item = mpScreenFlow->GetFlowItem(info->app_name); in OnShowHideScreenItem()
2017 mpScreenFlow->UpdateFlowItemRect(item, client.Width(), client.Height()); in OnShowHideScreenItem()
2046 flow_item *item = mpScreenFlow->GetFlowItem(name); in OnNodeSelect()
2101 item = mpScreenFlow->GetFlowItem(screen_name); in OnTestMessage()