/[PAMELA software]/eventviewer/flight/inc/FEVpamevcontrol.h
ViewVC logotype

Diff of /eventviewer/flight/inc/FEVpamevcontrol.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mocchiut, Tue Mar 20 12:49:53 2007 UTC revision 1.7 by mocchiut, Wed Jan 11 16:27:28 2012 UTC
# Line 38  Line 38 
38  #include <TEllipse.h>  #include <TEllipse.h>
39  #include <TArrow.h>  #include <TArrow.h>
40  #include <TStyle.h>  #include <TStyle.h>
41    #include <TGIcon.h>
42  //  //
43  class CalorimeterCalibration : public TObject {  class CalorimeterCalibration : public TObject {
44   public:   public:
# Line 62  class PAMevcontrol : public TGMainFrame Line 63  class PAMevcontrol : public TGMainFrame
63   private:   private:
64    TGHProgressBar *fHProg1;    TGHProgressBar *fHProg1;
65    TGCheckButton *ffl0;    TGCheckButton *ffl0;
66    TGCheckButton *ftrks4;    //  TGCheckButton *ftrks4;
67    //    //
68    TGCheckButton *fchktof;      TGCheckButton *fchktof;  
69    TGCheckButton *fchkac;    TGCheckButton *fchkac;
# Line 73  class PAMevcontrol : public TGMainFrame Line 74  class PAMevcontrol : public TGMainFrame
74    TGCheckButton *fchkinfo;          TGCheckButton *fchkinfo;      
75    TGCheckButton *fchknames;      TGCheckButton *fchknames;  
76    TGCheckButton *fchkpalette;      TGCheckButton *fchkpalette;  
77      TGCheckButton *fchktrigger;  
78    //    //
79    TGRadioButton *bwc0;    TGRadioButton *bwc0;
80    TGRadioButton *bwc1;    TGRadioButton *bwc1;
# Line 86  class PAMevcontrol : public TGMainFrame Line 88  class PAMevcontrol : public TGMainFrame
88    TGComboBox *fCombo;    TGComboBox *fCombo;
89    TGComboBox *fComboDec;    TGComboBox *fComboDec;
90    
91      TGTextButton *fgetl0;
92    
93    TGTextButton *fshoworb;    TGTextButton *fshoworb;
94    TGTextButton *fshowtrg;    TGTextButton *fshowtrg;
95    TGTextButton *fshowtof;    TGTextButton *fshowtof;
# Line 122  class PAMevcontrol : public TGMainFrame Line 126  class PAMevcontrol : public TGMainFrame
126    void showalldata();    void showalldata();
127    void shownddata();    void shownddata();
128    void chkcalost();    void chkcalost();
129      void getl0file();
130    
131      void Refresh();
132    void StopSearching();    void StopSearching();
133    void SetSearching();    void SetSearching();
134    void RefreshButtons();    void RefreshButtons();
# Line 136  class PAMevcontrol : public TGMainFrame Line 142  class PAMevcontrol : public TGMainFrame
142    void chkinfo();    void chkinfo();
143    void chknames();    void chknames();
144    void chkpalette();    void chkpalette();
145      void chktrigger();
146    void radiocolor();    void radiocolor();
147    void radiobw();    void radiobw();
148    void radiotrack();    void radiotrack();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23