Searched refs:mpScreenFlowDiagram (Results 1 – 2 of 2) sorted by relevance
1673 mpScreenFlowDiagram = NULL; in IMPLEMENT_DYNAMIC()1680 if (mpScreenFlowDiagram) in ~screen_flow_edit_dlg()1682 delete mpScreenFlowDiagram; in ~screen_flow_edit_dlg()1798 mpScreenFlowDiagram = new screen_flow_diagram_win(mActiveDisplay, mpScreenFlow); in OnInitDialog()1799 mpScreenFlowDiagram->Create(target_class_name, _T("screen flow diagram win"), in OnInitDialog()1801 mpScreenFlowDiagram->MoveWindow(&size); in OnInitDialog()1802 mpScreenFlowDiagram->ShowWindow(SW_SHOW); in OnInitDialog()1803 mpScreenFlowDiagram->UpdateDisplaySize(); in OnInitDialog()1841 if (!mpScreenFlowDiagram) in PositionChildren()1859 mpScreenFlowDiagram->MoveWindow(&size); in PositionChildren()[all …]
138 void Zoom(int type){ mpScreenFlowDiagram->Zoom(type); }; in Zoom()144 screen_flow_diagram_win *mpScreenFlowDiagram; variable