![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
#include <iostream>#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 "TInterpreter.h"#include "TGFileDialog.h"#include "TObjString.h"#include "TVirtualPad.h"#include "TVirtualX.h"#include "TEnv.h"#include <KeySymbols.h>#include "GRootBrowser.h"#include "TGFileBrowser.h"#include "TGInputDialog.h"#include "TRootHelpDialog.h"#include "TVirtualPadEditor.h"#include "HelpText.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} |
|
static |
Definition at line 35 of file GRootBrowser.cxx.
Referenced by GRootBrowser::HandleMenu().
|
static |
Definition at line 37 of file GRootBrowser.cxx.
Referenced by GRootBrowser::HandleMenu().