|
ROOT 6.18/05 Reference Guide |
#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"Macros | |
| #define | PPD_SRV_NEWER(v) (fProof && fProof->GetRemoteProtocol() > v) |
Definition at line 49 of file TProofProgressDialog.cxx.