GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
GRootBrowser.cxx File Reference
#include "TROOT.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TBrowser.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 "TVirtualX.h"
#include "TEnv.h"
#include <KeySymbols.h>
#include "RConfigure.h"
#include "GRootBrowser.h"
#include "TGFileBrowser.h"
#include "TGInputDialog.h"
#include "TRootHelpDialog.h"
#include "TVirtualPadEditor.h"
#include "HelpText.h"
#include "Getline.h"
#include "TChannel.h"
#include "TKey.h"
+ Include dependency graph for GRootBrowser.cxx:

Go to the source code of this file.

Variables

static std::array< const char *, 6 > gOpenFileTypes = {"ROOT files", "*.root", "All files", "*", nullptr, nullptr}
 
static std::array< const char *, 6 > gPluginFileTypes = {"ROOT files", "*.C", "All files", "*", nullptr, nullptr}
 

Variable Documentation

◆ gOpenFileTypes

std::array<const char*, 6> gOpenFileTypes = {"ROOT files", "*.root", "All files", "*", nullptr, nullptr}
static

Definition at line 38 of file GRootBrowser.cxx.

Referenced by GRootBrowser::HandleMenu().

◆ gPluginFileTypes

std::array<const char*, 6> gPluginFileTypes = {"ROOT files", "*.C", "All files", "*", nullptr, nullptr}
static

Definition at line 40 of file GRootBrowser.cxx.

Referenced by GRootBrowser::HandleMenu().