ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions | Variables
TTreeViewer.cxx File Reference
#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"
Include dependency graph for TTreeViewer.cxx:

Go to the source code of this file.

Enumerations

enum  ERootTreeViewerCommands {
  kFileCanvas, kFileBrowse, kFileLoadLibrary = 3, kFileOpenSession,
  kFileSaveMacro, kFilePrint, kFileClose, kFileQuit,
  kEditExpression, kEditCut, kEditMacro, kEditEvent,
  kRunCommand, kRunMacro, kOptionsReset, kOptionsGeneral = 20,
  kOptions1D = 50, kOptions2D = 70, kHelpAbout = 100, kHelpAboutTV,
  kHelpStart, kHelpLayout, kHelpOpenSave, kHelpDragging,
  kHelpEditing, kHelpSession, kHelpCommands, kHelpContext,
  kHelpDrawing, kHelpMacros, kBarCommand, kBarOption,
  kBarCut, kAxis
}
 
enum  EButtonIdentifiers {
  kDRAW, kRESET, kSTOP, kCLOSE,
  kSLIDER, kBGFirst, kBGPrevious, kBGRecord,
  kBGNext, kBGLast
}
 

Functions

 ClassImp (TTreeViewer) TTreeViewer
 TTreeViewer default constructor. More...
 

Variables

static const char * gOptgen [16]
 
static const char * gOpt1D [12]
 
static const char * gOpt2D [14]
 
static const char * gOpenTypes []
 
static const char * gMacroTypes []
 

Enumeration Type Documentation

Enumerator
kDRAW 
kRESET 
kSTOP 
kCLOSE 
kSLIDER 
kBGFirst 
kBGPrevious 
kBGRecord 
kBGNext 
kBGLast 

Definition at line 298 of file TTreeViewer.cxx.

Enumerator
kFileCanvas 
kFileBrowse 
kFileLoadLibrary 
kFileOpenSession 
kFileSaveMacro 
kFilePrint 
kFileClose 
kFileQuit 
kEditExpression 
kEditCut 
kEditMacro 
kEditEvent 
kRunCommand 
kRunMacro 
kOptionsReset 
kOptionsGeneral 
kOptions1D 
kOptions2D 
kHelpAbout 
kHelpAboutTV 
kHelpStart 
kHelpLayout 
kHelpOpenSave 
kHelpDragging 
kHelpEditing 
kHelpSession 
kHelpCommands 
kHelpContext 
kHelpDrawing 
kHelpMacros 
kBarCommand 
kBarOption 
kBarCut 
kAxis 

Definition at line 255 of file TTreeViewer.cxx.

Function Documentation

ClassImp ( TTreeViewer  )

TTreeViewer default constructor.

Definition at line 311 of file TTreeViewer.cxx.

Variable Documentation

const char* gMacroTypes[]
static
Initial value:
= {"C++ macros", "*.C",
0, 0 }

Definition at line 251 of file TTreeViewer.cxx.

Referenced by TTreeViewer::ProcessMessage().

const char* gOpenTypes[]
static
Initial value:
= {"Root files", "*.root",
0, 0 }

Definition at line 248 of file TTreeViewer.cxx.

Referenced by TTreeViewer::ProcessMessage().

const char* gOpt1D[12]
static
Initial value:
=
{
"","AH","B","C","E","E1","E2","E3","E4","L","P","*H"
}

Definition at line 238 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 242 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 233 of file TTreeViewer.cxx.

Referenced by TTreeViewer::MapOptions().