#include "TProofProgressDialog.h"
#include "TProofProgressLog.h"
#include "TProofProgressMemoryPlot.h"
#include "TEnv.h"
#include "TError.h"
#include "TGLabel.h"
#include "TGButton.h"
#include "TGTextBuffer.h"
#include "TGTextEntry.h"
#include "TGProgressBar.h"
#include "TGSpeedo.h"
#include "TProof.h"
#include "TSlave.h"
#include "TSystem.h"
#include "TTimer.h"
#include "TGraph.h"
#include "TNtuple.h"
#include "TCanvas.h"
#include "TColor.h"
#include "TLine.h"
#include "TAxis.h"
#include "TPaveText.h"
#include "TMath.h"
#include "TH1F.h"
#include "THLimitsFinder.h"
Go to the source code of this file.
Defines | |
#define | PPD_SRV_NEWER(v) (fProof && fProof->GetRemoteProtocol() > v) |
#define | PPD_SRV_NEWER_REV(r) (fSVNRev > r) |
Functions | |
ClassImp (TProofProgressDialog) TProofProgressDialog | |
Variables | |
static const Int_t | gSVNMemPlot = 25090 |
Definition at line 49 of file TProofProgressDialog.cxx.
Referenced by ClassImp(), TProofProgressDialog::DoPlotRateGraph(), and TProofProgressDialog::ResetProgressDialog().
Definition at line 53 of file TProofProgressDialog.cxx.
ClassImp | ( | TProofProgressDialog | ) |
Definition at line 61 of file TProofProgressDialog.cxx.
References TGCompositeFrame::AddFrame(), TString::Atoi(), buf, TString::Data(), entries, Error, Form(), TString::Format(), gClient, gDebug, gEnv, TGClient::GetRoot(), TSlave::GetROOTVersion(), TEnv::GetValue(), gSystem, gVirtualX, height, TString::Index(), Info, TString::IsDigit(), kButtonDisabled, kButtonDown, kDeepCleanup, kFALSE, TGProgressBar::kFancy, kFixedWidth, TGSpeedo::kGreen, kLHintsBottom, kLHintsCenterX, kLHintsCenterY, kLHintsExpandX, kLHintsExpandY, kLHintsLeft, kLHintsTop, kMWMDecorAll, kMWMDecorMaximize, kMWMDecorMenu, kMWMDecorMinimize, kMWMDecorResizeH, kMWMFuncAll, kMWMFuncMaximize, kMWMFuncMinimize, kMWMFuncResize, kMWMInputModeless, kNPOS, TGSpeedo::kOrange, TGSpeedo::kRed, kTextLeft, kTextTop, kTRUE, main(), TMath::Max(), TSystem::Now(), PPD_SRV_NEWER, TString::Tokenize(), Warning(), and width.
const Int_t gSVNMemPlot = 25090 [static] |
Definition at line 59 of file TProofProgressDialog.cxx.