Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TProofProgressDialog.cxx File Reference
#include "TProofProgressDialog.h"
#include "TProofProgressLog.h"
#include "TProofProgressMemoryPlot.h"
#include "TEnv.h"
#include "TError.h"
#include "TGLabel.h"
#include "TGButton.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 "TLine.h"
#include "TAxis.h"
#include "TPaveText.h"
#include "TMath.h"
#include "TH1F.h"
#include "THLimitsFinder.h"
#include "TVirtualX.h"
Include dependency graph for TProofProgressDialog.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Macros

#define PPD_SRV_NEWER(v)   (fProof && fProof->GetRemoteProtocol() > v)
 

Macro Definition Documentation

◆ PPD_SRV_NEWER

#define PPD_SRV_NEWER (   v)    (fProof && fProof->GetRemoteProtocol() > v)

Definition at line 50 of file TProofProgressDialog.cxx.