#include "RConfigure.h"#include "Riostream.h"#include "TTreeViewer.h"#include "HelpText.h"#include "HelpTextTV.h"#include "TTVLVContainer.h"#include "TTVSession.h"#include "TROOT.h"#include "TError.h"#include "TGMsgBox.h"#include "TTreePlayer.h"#include "TContextMenu.h"#include "TInterpreter.h"#include "TLeaf.h"#include "TRootHelpDialog.h"#include "TSystem.h"#include "TApplication.h"#include "TVirtualX.h"#include "TGClient.h"#include "TKey.h"#include "TFile.h"#include "TGMenu.h"#include "TGFrame.h"#include "TCanvas.h"#include "TH1.h"#include "TTree.h"#include "TFriendElement.h"#include "TObjArray.h"#include "TObjString.h"#include "TGButton.h"#include "TGButtonGroup.h"#include "TGTextEntry.h"#include "TGComboBox.h"#include "TGLabel.h"#include "TGListView.h"#include "TGListTree.h"#include "TGMimeTypes.h"#include "TGSplitter.h"#include "TGDoubleSlider.h"#include "TGToolBar.h"#include "TGStatusBar.h"#include "Getline.h"#include "TTimer.h"#include "TG3DLine.h"#include "TGFileDialog.h"#include "TGProgressBar.h"#include "TClonesArray.h"#include "TSpider.h"Go to the source code of this file.
Enumerations | |
| enum | ERootTreeViewerCommands |
| enum | EButtonIdentifiers |
Functions | |
| ClassImp (TTreeViewer) TTreeViewer | |
Variables | |
| static const char * | gOptgen [16] |
| static const char * | gOpt1D [12] |
| static const char * | gOpt2D [14] |
| static const char * | gOpenTypes [] |
| static const char * | gMacroTypes [] |
| enum EButtonIdentifiers |
Definition at line 284 of file TTreeViewer.cxx.
Definition at line 241 of file TTreeViewer.cxx.
| ClassImp | ( | TTreeViewer | ) |
Definition at line 297 of file TTreeViewer.cxx.
References command, gClient, gInterpreter, gROOT, TROOT::ProcessLine(), and snprintf.
const char* gMacroTypes[] [static] |
Initial value:
{"C++ macros", "*.C",
0, 0 }
Definition at line 237 of file TTreeViewer.cxx.
Referenced by TTreeViewer::ProcessMessage().
const char* gOpenTypes[] [static] |
const char* gOpt1D[12] [static] |
Initial value:
{
"","AH","B","C","E","E1","E2","E3","E4","L","P","*H"
}
Definition at line 224 of file TTreeViewer.cxx.
Referenced by TTreeViewer::MapOptions().
const char* gOpt2D[14] [static] |
Initial value:
{
"","ARR","BOX","COL","COL2","CONT","CONT0","CONT1","CONT2","CONT3",
"FB","BB","SCAT","PROF"
}
Definition at line 228 of file TTreeViewer.cxx.
Referenced by TTreeViewer::MapOptions().
const char* gOptgen[16] [static] |
Initial value:
{
"","AXIS","HIST","SAME","CYL","POL","SPH","PSR","LEGO","LEGO1","LEGO2",
"SURF","SURF1","SURF2","SURF3","SURF4"
}
Definition at line 219 of file TTreeViewer.cxx.
Referenced by TTreeViewer::MapOptions().
1.5.1