ROOT  6.06/09
Reference Guide
Functions | Variables
TSessionDialogs.cxx File Reference
#include "TSessionDialogs.h"
#include "TSessionViewer.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TGButton.h"
#include "TList.h"
#include "TChain.h"
#include "TDSet.h"
#include "TGTextEntry.h"
#include "TGTextBuffer.h"
#include "TGNumberEntry.h"
#include "TGLabel.h"
#include "TGListView.h"
#include "TGPicture.h"
#include "TGFSContainer.h"
#include "TGFileDialog.h"
#include "TGListTree.h"
#include "TInterpreter.h"
#include "TApplication.h"
#include "TKey.h"
#include "TGTableLayout.h"
#include "TProof.h"
#include "TFileInfo.h"
#include "TGMsgBox.h"
#include "TRegexp.h"
+ Include dependency graph for TSessionDialogs.cxx:

Go to the source code of this file.

Functions

 ClassImp (TNewChainDlg) ClassImp(TNewQueryDlg) static const char *gDatasetTypes[]
 

Variables

static const char * gFileTypes []
 

Function Documentation

ClassImp ( TNewChainDlg  ) const

Variable Documentation

const char* gFileTypes[]
static
Initial value:
= {
"C files", "*.[C|c]*",
"ROOT files", "*.root",
"All files", "*",
0, 0
}

Definition at line 65 of file TSessionDialogs.cxx.

Referenced by TNewQueryDlg::OnBrowseSelector().