Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TSessionDialogs.cxx File Reference
#include "TSessionDialogs.h"
#include "TSessionViewer.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TGButton.h"
#include "TList.h"
#include "TChain.h"
#include "TDSet.h"
#include "TGTextEntry.h"
#include "TGTextBuffer.h"
#include "TGNumberEntry.h"
#include "TGLabel.h"
#include "TGListView.h"
#include "TGFSContainer.h"
#include "TGFileDialog.h"
#include "TGListTree.h"
#include "TInterpreter.h"
#include "TApplication.h"
#include "TObjString.h"
#include "TGTableLayout.h"
#include "TProof.h"
#include "TFileInfo.h"
#include "TGMsgBox.h"
#include "TRegexp.h"
#include "TVirtualX.h"
Include dependency graph for TSessionDialogs.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
 

Variables

static const char * gDatasetTypes []
 
static const char * gFileTypes []
 

Variable Documentation

◆ gDatasetTypes

const char* gDatasetTypes[]
static
Initial value:
= {
"ROOT files", "*.root",
"All files", "*",
0, 0
}

Definition at line 59 of file TSessionDialogs.cxx.

◆ gFileTypes

const char* gFileTypes[]
static
Initial value:
= {
"C files", "*.[C|c]*",
"ROOT files", "*.root",
"All files", "*",
0, 0
}

Definition at line 65 of file TSessionDialogs.cxx.