FACT++  1.0
TPointGui::~TPointGui ( )

Definition at line 294 of file TPointGui.cc.

References fExitLoopOnClose, fFont, and fList.

295 {
296  if (fFont)
297  gVirtualX->DeleteFont(fFont);
298 
299  delete fList;
300 
301  if (fExitLoopOnClose)
302  gSystem->ExitLoop();
303 }
Bool_t fExitLoopOnClose
Definition: TPointGui.h:51
TList * fList
Definition: TPointGui.h:39
FontStruct_t fFont
Definition: TPointGui.h:49