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 FMDISPLAYCONTROL_H
002 #define FMDISPLAYCONTROL_H
003 
004 #include "IDisplayFrame.h"
005 
006 #include <TGFrame.h>
007 #include <TGButton.h>
008 
009 class FMDisplayControl
010 {
011 public:
012         FMDisplayControl(IDisplayFrame* parentFrame);
013         virtual ~FMDisplayControl(void) {};
014 
015         void OnDisplayBackground(void);
016         void OnDisplayGrid(void);
017 
018         bool getGridState();
019         bool getBackgroundState();
020 
021 private:
022         IDisplayFrame* m_pParentFrame;
023         TGCheckButton* m_pDisplayBackgroundCheckButton;
024         TGCheckButton* m_pDisplayGridCheckButton;
025 };
026 
027 #endif
028 

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!