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 FMEXPORTBUTTON_H
002 #define FMEXPORTBUTTON_H
003 
004 #include <TGFrame.h>
005 #include <TGButton.h>
006 
007 #include "IDisplayFrame.h"
008 
009 class FMExportButton
010 {
011 public:
012         FMExportButton(IDisplayFrame* parentFrame);
013         virtual ~FMExportButton(void);
014 
015         void OnSaveAs();
016         void OnPrint();
017 
018 private:
019         IDisplayFrame* m_parentFrame;
020 };
021 
022 #endif
023 

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!