#include "TApplication.h"
#include "TSystem.h"
#include "TGFrame.h"
#include "TGLayout.h"
#include "TGSplitter.h"
#include "TGLWidget.h"
#include "TEvePad.h"
#include "TGeoManager.h"
#include "TString.h"
#include "TGMenu.h"
#include "TGStatusBar.h"
#include "TGFileDialog.h"
#include "TGMsgBox.h"
#include "TGLPhysicalShape.h"
#include "TGLLogicalShape.h"
#include "HelpText.h"
#include "TClass.h"
#include "Riostream.h"
#include "TEnv.h"
#include "TGListTree.h"
#include "TOrdCollection.h"
#include "TArrayF.h"
#include "TGHtml.h"
#include "TPRegexp.h"
#include "TEveManager.h"
#include "TEveViewer.h"
#include "TEveBrowser.h"
#include "TEveProjectionManager.h"
#include "TEveProjectionAxes.h"
#include "TEveScene.h"
#include "TEveGeoNode.h"
#include "TEveEventManager.h"
#include "TEveTrack.h"
#include "TEveSelection.h"
#include "TRootEmbeddedCanvas.h"
#include "TGSplitFrame.h"
#include "TGLOverlayButton.h"
#include "TGLEmbeddedViewer.h"
#include "TGDockableFrame.h"
#include "TGShapedFrame.h"
#include "TGButton.h"
#include "TGTab.h"
#include "TCanvas.h"
#include "TFormula.h"
#include "TF1.h"
#include "TH1F.h"
Go to the source code of this file.
Classes | |
class | TGShapedToolTip |
class | HtmlObjTable |
class | HtmlSummary |
class | SplitGLView |
Functions | |
ClassImp (TGShapedToolTip) | |
Variables | |
const char * | filetypes [] |
const char * | rcfiletypes [] |
TEveProjectionManager * | gRPhiMgr = 0 |
TEveProjectionManager * | gRhoZMgr = 0 |
ClassImp | ( | TGShapedToolTip | ) |
Definition at line 228 of file SplitGLView.C.
References fHeight, kLHintsLeft, kLHintsTop, and MapSubwindows().
const char* filetypes[] |
Initial value:
{ "ROOT files", "*.root", "All files", "*", 0, 0 }
Definition at line 61 of file SplitGLView.C.
Definition at line 226 of file SplitGLView.C.
Definition at line 225 of file SplitGLView.C.
const char* rcfiletypes[] |
Initial value:
{ "All files", "*", 0, 0 }
Definition at line 67 of file SplitGLView.C.
Referenced by SplitGLView::HandleMenu().