PT-Cooling-Log 1.0
PTCoolingLogViewer
|
00001 #ifndef _PtMwView_hh_ 00002 #define _PtMwView_hh_ 00003 00004 #include "PtView.hh" 00005 00006 class TGraph; 00007 class TGaxis; 00008 00009 class PtMwView : public PtView { 00010 public: 00011 PtMwView(); 00012 virtual ~PtMwView(); 00013 00014 void setRange(); 00015 void drawGraph(); 00016 00017 private: 00018 TGraph* power_; 00019 TGaxis* axis_; 00020 00021 double yl_; 00022 double yh_; 00023 00024 }; 00025 00026 #endif // _PtMwView_hh_