| Report problems to ATLAS LXR Team (with time and IP address indicated) |
|
[ source navigation ] [ diff markup ] [ identifier search ] [ general search ] |
||||
|
||||||
| Links to LXR source navigation pages for stable releases | [ 12.*.* ] [ 13.*.* ] [ 14.*.* ] [ 15.*.* ] | |||||
001 #ifndef IDETECTORVIEW_H 002 #define IDETECTORVIEW_H 003 004 //class TObject; 005 class TCanvas; 006 007 class IDetectorView 008 { 009 public: 010 virtual ~IDetectorView(void) {}; 011 virtual void draw() = 0; 012 virtual void onDetectorChangeDraw() = 0; 013 virtual void onDataChangeDraw() = 0; 014 virtual void onEventChangeDraw() = 0; 015 virtual void onDisplayBackground(bool state) = 0; 016 virtual void onDisplayGrid(bool state) = 0; 017 virtual void updateDisplay() = 0; 018 virtual void onScaleChangeDraw() = 0; 019 virtual const TCanvas* canvas() = 0; 020 }; 021 022 #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. |
|