24 if ((fZmin < 0) && fGrid) fZmin = ((
KVIDentifier*)fGrid->GetIdentifiers()->First())->GetPID();
25 if ((fZmax < 0) && fGrid) fZmax = ((
KVIDentifier*)fGrid->GetIdentifiers()->Last())->GetPID();
29 fMain->Connect(
"CloseWindow()",
"KVSpIdGUI",
this,
"DoClose()");
30 fMain->DontCallClose();
37 fZminLabel =
new TGLabel(fZpFrame,
"Zmin ");
43 fZmaxLabel =
new TGLabel(fZpFrame,
" Zmax ");
49 fZbinLabel =
new TGLabel(fZpFrame,
" Bins ");
58 fALabel =
new TGLabel(fApFrame,
"A ");
76 fProgressBar->ShowPosition();
77 fProgressBar->SetBarColor(
"green");
82 fTestButton =
new TGTextButton(fButtonsFrame,
"&Process");
83 fTestButton->Connect(
"Clicked()",
"KVZAFinderDialog",
this,
"ProcessIdentification()");
84 fCloseButton =
new TGTextButton(fButtonsFrame,
"&Close");
85 fCloseButton->Connect(
"Clicked()",
"KVZAFinderDialog",
this,
"DoClose()");
87 fButtonsFrame->AddFrame(fTestButton,
91 fButtonsFrame->AddFrame(fCloseButton,
103 fMain->MapSubwindows();
104 fMain->Resize(fMain->GetDefaultSize());
107 fMain->CenterOnParent();
109 fMain->SetWindowName(
"Masses Identification");
virtual Long_t GetIntNumber() const
const char * GetText() const