62 |
private: |
private: |
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 *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; |
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(); |
132 |
void CheckLevel(); |
void CheckLevel(); |
133 |
void chktof(); |
void chktof(); |
134 |
void chkac(); |
void chkac(); |
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); |