--- eventviewer/flight/inc/FEVpamevcontrol.h 2007/02/26 17:30:30 1.2 +++ eventviewer/flight/inc/FEVpamevcontrol.h 2007/03/30 11:16:41 1.4 @@ -62,7 +62,7 @@ private: TGHProgressBar *fHProg1; TGCheckButton *ffl0; - TGCheckButton *ftrks4; + // TGCheckButton *ftrks4; // TGCheckButton *fchktof; TGCheckButton *fchkac; @@ -79,10 +79,31 @@ TGRadioButton *jbwc0; TGRadioButton *jbwc1; // + TGCompositeFrame *cframe1; TGTextButton *bstop; TGTextEntry *fText2; TGTextEntry *fText4; TGComboBox *fCombo; + TGComboBox *fComboDec; + + TGTextButton *fgetl0; + + TGTextButton *fshoworb; + TGTextButton *fshowtrg; + TGTextButton *fshowtof; + TGTextButton *fshowtrk; + TGTextButton *fshowcal; + TGCheckButton *fchkcalost; + TGTextButton *fshowrun; + TGTextButton *fshows4; + TGTextButton *fshowac; + TGTextButton *fshownd; + TGTextButton *fshowall; + TGTextButton *fshowsi; + // + TGGroupFrame *gf; + TGHorizontalFrame *hframedec[12]; + // TCanvas *thefigure; struct Variables *cvar; struct Levels *clev; @@ -90,6 +111,21 @@ public: PAMevcontrol(const TGWindow *p,UInt_t w,UInt_t h,struct Variables & var, struct Levels & level, TCanvas &figure); virtual ~PAMevcontrol(); + + void showorbdata(); + void showtrgdata(); + void showtofdata(); + void showtrkdata(); + void showrundata(); + void showsidata(); + void showcaldata(); + void shows4data(); + void showacdata(); + void showalldata(); + void shownddata(); + void chkcalost(); + void getl0file(); + void StopSearching(); void SetSearching(); void RefreshButtons(); @@ -117,6 +153,7 @@ void radioprog(); void saveas(); void CompleteText(); + void refreshdec(Int_t); // void Close(); void increment(float val); void DIALOG(Int_t ty, TString warn);