#include <TProofStartupDialog.h>
Public Member Functions | |
| TProofStartupDialog (TProof *proof, const Char_t *dataset, Int_t nfiles, Long64_t totalbytes) | |
| virtual | ~TProofStartupDialog () |
| void | Progress (Long64_t totalbytes, Long64_t bytesready) |
| void | CloseWindow () |
| void | DoClose () |
| TProofStartupDialog (TProof *proof, const Char_t *dataset, Int_t nfiles, Long64_t totalbytes) | |
| virtual | ~TProofStartupDialog () |
| void | Progress (Long64_t totalbytes, Long64_t bytesready) |
| void | CloseWindow () |
| void | DoClose () |
Private Attributes | |
| TProof * | fProof |
| TGTransientFrame * | fDialog |
| TGProgressBar * | fBar |
| TGLabel * | fFilesBytes |
| TGLabel * | fStaged |
| TGLabel * | fTotal |
| TGLabel * | fRate |
| TTime | fStartTime |
| TTime | fEndTime |
| Long64_t | fPrevStaged |
| Int_t | fFiles |
| Long64_t | fTotalBytes |
| TProof * | fProof |
| TGTransientFrame * | fDialog |
| TGProgressBar * | fBar |
| TGLabel * | fFilesBytes |
| TGLabel * | fStaged |
| TGLabel * | fTotal |
| TGLabel * | fRate |
Definition at line 37 of file TProofStartupDialog.h.
| TProofStartupDialog::TProofStartupDialog | ( | TProof * | proof, | |
| const Char_t * | dataset, | |||
| Int_t | nfiles, | |||
| Long64_t | totalbytes | |||
| ) |
Referenced by G__G__PeacGui_106_0_1(), and G__G__PeacGui_106_0_17().
| TProofStartupDialog::~TProofStartupDialog | ( | ) | [virtual] |
Definition at line 187 of file TProofStartupDialog.cxx.
References TGCompositeFrame::Cleanup(), TQObject::Disconnect(), fDialog, and fProof.
| TProofStartupDialog::TProofStartupDialog | ( | TProof * | proof, | |
| const Char_t * | dataset, | |||
| Int_t | nfiles, | |||
| Long64_t | totalbytes | |||
| ) |
| virtual TProofStartupDialog::~TProofStartupDialog | ( | ) | [virtual] |
Definition at line 138 of file TProofStartupDialog.cxx.
References buf, TQObject::Disconnect(), DoClose(), fBar, fDialog, fEndTime, fFiles, fFilesBytes, fPrevStaged, fProof, fRate, fStaged, fStartTime, fTotal, fTotalBytes, gSystem, TGCompositeFrame::Layout(), TSystem::Now(), TGProgressBar::SetPosition(), TGLabel::SetText(), and sprintf().
Referenced by G__G__PeacGui_106_0_2().
| void TProofStartupDialog::CloseWindow | ( | ) |
| void TProofStartupDialog::DoClose | ( | ) |
Definition at line 208 of file TProofStartupDialog.cxx.
References TTimer::SingleShot().
Referenced by G__G__PeacGui_106_0_4(), and Progress().
| void TProofStartupDialog::CloseWindow | ( | ) |
| void TProofStartupDialog::DoClose | ( | ) |
TProof* TProofStartupDialog::fProof [private] |
Definition at line 40 of file TProofStartupDialog.h.
Referenced by Progress(), and ~TProofStartupDialog().
TGTransientFrame* TProofStartupDialog::fDialog [private] |
Definition at line 41 of file TProofStartupDialog.h.
Referenced by Progress(), and ~TProofStartupDialog().
TGProgressBar* TProofStartupDialog::fBar [private] |
TGLabel* TProofStartupDialog::fFilesBytes [private] |
TGLabel* TProofStartupDialog::fStaged [private] |
TGLabel* TProofStartupDialog::fTotal [private] |
TGLabel* TProofStartupDialog::fRate [private] |
TTime TProofStartupDialog::fStartTime [private] |
TTime TProofStartupDialog::fEndTime [private] |
Long64_t TProofStartupDialog::fPrevStaged [private] |
Int_t TProofStartupDialog::fFiles [private] |
Long64_t TProofStartupDialog::fTotalBytes [private] |
TProof* TProofStartupDialog::fProof [private] |
Definition at line 40 of file TProofStartupDialog.h.
TGTransientFrame* TProofStartupDialog::fDialog [private] |
Definition at line 41 of file TProofStartupDialog.h.
TGProgressBar* TProofStartupDialog::fBar [private] |
Definition at line 42 of file TProofStartupDialog.h.
TGLabel* TProofStartupDialog::fFilesBytes [private] |
Definition at line 43 of file TProofStartupDialog.h.
TGLabel* TProofStartupDialog::fStaged [private] |
Definition at line 44 of file TProofStartupDialog.h.
TGLabel* TProofStartupDialog::fTotal [private] |
Definition at line 45 of file TProofStartupDialog.h.
TGLabel* TProofStartupDialog::fRate [private] |
Definition at line 46 of file TProofStartupDialog.h.
1.5.1