Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TRootBrowser.cxx File Reference
#include "TROOT.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TBrowser.h"
#include "TClass.h"
#include "TGClient.h"
#include "TGFrame.h"
#include "TGTab.h"
#include "TGMenu.h"
#include "TGLayout.h"
#include "TGSplitter.h"
#include "TGStatusBar.h"
#include "Varargs.h"
#include "TInterpreter.h"
#include "TGFileDialog.h"
#include "TObjString.h"
#include "TVirtualPad.h"
#include "TEnv.h"
#include <KeySymbols.h>
#include "RConfigure.h"
#include "TRootBrowser.h"
#include "TGFileBrowser.h"
#include "TGInputDialog.h"
#include "TRootHelpDialog.h"
#include "TVirtualPadEditor.h"
#include "HelpText.h"
#include "Getline.h"
#include "TVirtualX.h"
#include "strlcpy.h"
#include "snprintf.h"
Include dependency graph for TRootBrowser.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 * gOpenFileTypes []
 
static const char * gPluginFileTypes []
 

Variable Documentation

◆ gOpenFileTypes

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

Definition at line 100 of file TRootBrowser.cxx.

◆ gPluginFileTypes

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

Definition at line 106 of file TRootBrowser.cxx.