Searched refs:mpGraphWin (Results 1 – 3 of 3) sorted by relevance
67 mpGraphWin = new GraphWin( mpProcessWin, this ); in Depper()70 … mpBaseWin = new DepWin( mpGraphWin->GetBufferWindow(), WB_NOBORDER | WB_SIZEABLE | WB_AUTOSIZE ); in Depper()73 mpGraphWin->SetBackground( Wallpaper( Color( COL_RED ))); in Depper()83 mpGraphWin->EnableClipSiblings(); in Depper()101 delete mpGraphWin; in ~Depper()121 mpGraphWin->Hide(); in HideObjectsAndConnections()135 mpGraphWin->Show(); in ShowObjectsAndConnections()
879 mpGraphWin->Hide(); in InitPrj()
144 GraphWin* mpGraphWin; member in Depper166 …GraphWin* GetGraphWin() { return (!mbIsPrjView) ? mpGraphWin : mpGraphPrjWin; } //scro… in GetGraphWin()