FACT++  1.0
MStarguider::~MStarguider ( )
virtual

Definition at line 426 of file MStarguider.cc.

References Camera::ExitLoop(), fCaos, fGetter, fId, fInterpol, fTimer, and DimServer::stop().

427 {
428  DimServer::stop();
429 
430  fGetter->ExitLoop();
431  delete fGetter;
432 
433  gVirtualX->GrabButton(fId, kButton2, 0, 0, 0, 0, kFALSE);
434 
435  fTimer->TurnOff();
436  delete fTimer;
437 
438  delete fInterpol;
439 
440  //delete fList;
441  delete fCaos;
442 
443  cout << "Camera Display destroyed." << endl;
444 }
void ExitLoop()
Definition: Camera.h:46
MCaos * fCaos
Definition: MStarguider.h:48
TTimer * fTimer
Definition: MStarguider.h:49
static void stop()
Definition: discpp.cxx:545
Camera * fGetter
Definition: MStarguider.h:33
TGPopupMenu * fInterpol
Definition: MStarguider.h:40
uint16_t fId
Definition: HeadersFAD.h:93

+ Here is the call graph for this function: