Home
last modified time | relevance | path

Searched refs:mpGraphWin (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/soldep/source/
H A Ddepper.cxx67 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()
H A Dsoldep.cxx879 mpGraphWin->Hide(); in InitPrj()
/AOO41X/main/soldep/inc/soldep/
H A Ddepper.hxx144 GraphWin* mpGraphWin; member in Depper
166 …GraphWin* GetGraphWin() { return (!mbIsPrjView) ? mpGraphWin : mpGraphPrjWin; } //scro… in GetGraphWin()