/[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.1 by mocchiut, Fri Jul 14 14:17:57 2006 UTC revision 1.3 by mocchiut, Tue Mar 20 12:49:53 2007 UTC
# Line 63  class PAMevcontrol : public TGMainFrame Line 63  class PAMevcontrol : public TGMainFrame
63    TGHProgressBar *fHProg1;    TGHProgressBar *fHProg1;
64    TGCheckButton *ffl0;    TGCheckButton *ffl0;
65    TGCheckButton *ftrks4;    TGCheckButton *ftrks4;
66      //
67      TGCheckButton *fchktof;  
68      TGCheckButton *fchkac;
69      TGCheckButton *fchktrk;  
70      TGCheckButton *fchks4;  
71      TGCheckButton *fchknd;  
72      TGCheckButton *fchkcalo;
73      TGCheckButton *fchkinfo;      
74      TGCheckButton *fchknames;  
75      TGCheckButton *fchkpalette;  
76      //
77      TGRadioButton *bwc0;
78      TGRadioButton *bwc1;
79      TGRadioButton *jbwc0;
80      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 *fshoworb;
90      TGTextButton *fshowtrg;
91      TGTextButton *fshowtof;
92      TGTextButton *fshowtrk;
93      TGTextButton *fshowcal;
94      TGCheckButton *fchkcalost;  
95      TGTextButton *fshowrun;
96      TGTextButton *fshows4;
97      TGTextButton *fshowac;
98      TGTextButton *fshownd;
99      TGTextButton *fshowall;
100      TGTextButton *fshowsi;
101      //
102      TGGroupFrame *gf;
103      TGHorizontalFrame *hframedec[12];
104      //
105    TCanvas *thefigure;    TCanvas *thefigure;
106    struct Variables *cvar;    struct Variables *cvar;
107    struct Levels *clev;    struct Levels *clev;
# Line 74  class PAMevcontrol : public TGMainFrame Line 109  class PAMevcontrol : public TGMainFrame
109   public:   public:
110    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);
111    virtual ~PAMevcontrol();    virtual ~PAMevcontrol();
112    
113      void showorbdata();
114      void showtrgdata();
115      void showtofdata();
116      void showtrkdata();
117      void showrundata();
118      void showsidata();
119      void showcaldata();
120      void shows4data();
121      void showacdata();
122      void showalldata();
123      void shownddata();
124      void chkcalost();
125    
126    void StopSearching();    void StopSearching();
127    void SetSearching();    void SetSearching();
128      void RefreshButtons();
129    void CheckLevel();    void CheckLevel();
130    void chktof();    void chktof();
131    void chkac();    void chkac();
# Line 100  class PAMevcontrol : public TGMainFrame Line 150  class PAMevcontrol : public TGMainFrame
150    void radioprog();    void radioprog();
151    void saveas();    void saveas();
152    void CompleteText();    void CompleteText();
153      void refreshdec(Int_t);
154    //  void Close();    //  void Close();
155    void increment(float val);    void increment(float val);
156    void DIALOG(Int_t ty, TString warn);    void DIALOG(Int_t ty, TString warn);

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

  ViewVC Help
Powered by ViewVC 1.1.23