Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by mocchiut, Mon Feb 26 17:30:30 2007 UTC | revision 1.3 by mocchiut, Tue Mar 20 12:49:53 2007 UTC | |
|---|---|---|
| # | 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 *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 90 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(); | void RefreshButtons(); |
| # | Line 117 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); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |