#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 "TEnv.h"
#include <KeySymbols.h>
#include "TRootBrowser.h"
#include "TGFileBrowser.h"
#include "TGInputDialog.h"
#include "TRootHelpDialog.h"
#include "HelpText.h"
#include "Getline.h"
Go to the source code of this file.
Enumerations | |
enum | ENewBrowserMessages |
Functions | |
ClassImp (TRootBrowser) TRootBrowser | |
Variables | |
static const char * | gOpenFileTypes [] |
static const char * | gPluginFileTypes [] |
enum ENewBrowserMessages |
Definition at line 97 of file TRootBrowser.cxx.
ClassImp | ( | TRootBrowser | ) |
const char* gOpenFileTypes[] [static] |
Initial value:
{ "ROOT files", "*.root", "All files", "*", 0, 0 }
Definition at line 85 of file TRootBrowser.cxx.
Referenced by TRootBrowser::HandleMenu().
const char* gPluginFileTypes[] [static] |
Initial value:
{ "ROOT files", "*.C", "All files", "*", 0, 0 }
Definition at line 91 of file TRootBrowser.cxx.
Referenced by TRootBrowser::HandleMenu().