Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ]   [ 15.*.* ] 

001 #ifndef FMEXITBUTTON_H
002 #define FMEXITBUTTON_H
003 
004 #include <TGFrame.h>
005 
006 class FMExitButton
007 {
008 public:
009         FMExitButton(TGTransientFrame* fMain, TGVerticalFrame* fToolFrame);
010         virtual ~FMExitButton(void);
011 
012         void OnExit();
013 
014 private:
015         TGTransientFrame* m_fMain;
016 };
017 
018 #endif

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!