/[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.2 by mocchiut, Mon Feb 26 17:30:30 2007 UTC revision 1.4 by mocchiut, Fri Mar 30 11:16:41 2007 UTC
# Line 62  class PAMevcontrol : public TGMainFrame Line 62  class PAMevcontrol : public TGMainFrame
62   private:   private:
63    TGHProgressBar *fHProg1;    TGHProgressBar *fHProg1;
64    TGCheckButton *ffl0;    TGCheckButton *ffl0;
65    TGCheckButton *ftrks4;    //  TGCheckButton *ftrks4;
66    //    //
67    TGCheckButton *fchktof;      TGCheckButton *fchktof;  
68    TGCheckButton *fchkac;    TGCheckButton *fchkac;
# Line 79  class PAMevcontrol : public TGMainFrame Line 79  class PAMevcontrol : public TGMainFrame
79    TGRadioButton *jbwc0;    TGRadioButton *jbwc0;
80    TGRadioButton *jbwc1;    TGRadioButton *jbwc1;
81    //    //
82      TGCompositeFrame *cframe1;
83    TGTextButton *bstop;    TGTextButton *bstop;
84    TGTextEntry *fText2;    TGTextEntry *fText2;
85    TGTextEntry *fText4;    TGTextEntry *fText4;
86    TGComboBox *fCombo;    TGComboBox *fCombo;
87      TGComboBox *fComboDec;
88    
89      TGTextButton *fgetl0;
90    
91      TGTextButton *fshoworb;
92      TGTextButton *fshowtrg;
93      TGTextButton *fshowtof;
94      TGTextButton *fshowtrk;
95      TGTextButton *fshowcal;
96      TGCheckButton *fchkcalost;  
97      TGTextButton *fshowrun;
98      TGTextButton *fshows4;
99      TGTextButton *fshowac;
100      TGTextButton *fshownd;
101      TGTextButton *fshowall;
102      TGTextButton *fshowsi;
103      //
104      TGGroupFrame *gf;
105      TGHorizontalFrame *hframedec[12];
106      //
107    TCanvas *thefigure;    TCanvas *thefigure;
108    struct Variables *cvar;    struct Variables *cvar;
109    struct Levels *clev;    struct Levels *clev;
# Line 90  class PAMevcontrol : public TGMainFrame Line 111  class PAMevcontrol : public TGMainFrame
111   public:   public:
112    PAMevcontrol(const TGWindow *p,UInt_t w,UInt_t h,struct Variables & var, struct Levels & level, TCanvas &figure);    PAMevcontrol(const TGWindow *p,UInt_t w,UInt_t h,struct Variables & var, struct Levels & level, TCanvas &figure);
113    virtual ~PAMevcontrol();    virtual ~PAMevcontrol();
114    
115      void showorbdata();
116      void showtrgdata();
117      void showtofdata();
118      void showtrkdata();
119      void showrundata();
120      void showsidata();
121      void showcaldata();
122      void shows4data();
123      void showacdata();
124      void showalldata();
125      void shownddata();
126      void chkcalost();
127      void getl0file();
128    
129    void StopSearching();    void StopSearching();
130    void SetSearching();    void SetSearching();
131    void RefreshButtons();    void RefreshButtons();
# Line 117  class PAMevcontrol : public TGMainFrame Line 153  class PAMevcontrol : public TGMainFrame
153    void radioprog();    void radioprog();
154    void saveas();    void saveas();
155    void CompleteText();    void CompleteText();
156      void refreshdec(Int_t);
157    //  void Close();    //  void Close();
158    void increment(float val);    void increment(float val);
159    void DIALOG(Int_t ty, TString warn);    void DIALOG(Int_t ty, TString warn);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23