#include <stdlib.h>#include <TROOT.h>#include <TApplication.h>#include <TVirtualX.h>#include <TVirtualPadEditor.h>#include <TGResourcePool.h>#include <TGListBox.h>#include <TGListTree.h>#include <TGFSContainer.h>#include <TGClient.h>#include <TGFrame.h>#include <TGIcon.h>#include <TGLabel.h>#include <TGButton.h>#include <TGTextEntry.h>#include <TGNumberEntry.h>#include <TGMsgBox.h>#include <TGMenu.h>#include <TGCanvas.h>#include <TGComboBox.h>#include <TGTab.h>#include <TGSlider.h>#include <TGDoubleSlider.h>#include <TGFileDialog.h>#include <TGTextEdit.h>#include <TGShutter.h>#include <TGProgressBar.h>#include <TGColorSelect.h>#include <TRootEmbeddedCanvas.h>#include <TCanvas.h>#include <TColor.h>#include <TH1.h>#include <TH2.h>#include <TRandom.h>#include <TSystem.h>#include <TSystemDirectory.h>#include <TEnv.h>#include <TFile.h>#include <TKey.h>#include <TGDockableFrame.h>#include <TGFontDialog.h>Go to the source code of this file.
Classes | |
| struct | shutterData_t |
| class | TestMainFrame |
| class | TestDialog |
| class | TestMsgBox |
| class | TestSliders |
| class | TestShutter |
| class | TestDirList |
| class | TestFileList |
| class | TestProgress |
| class | EntryTestDlg |
| class | Editor |
| class | TileFrame |
Enumerations | |
| enum | ETestCommandIdentifiers |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| Int_t | mb_button_id [13] |
| EMsgBoxIcon | mb_icon [4] |
| const char * | filetypes [] |
| shutterData_t | histo_data [] |
| shutterData_t | function_data [] |
| shutterData_t | tree_data [] |
| const char * | editortxt |
Definition at line 54 of file guitest.cxx.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 2434 of file guitest.cxx.
References fprintf(), gClient, TGClient::GetRoot(), gROOT, TROOT::IsBatch(), and TApplication::Run().
| const char* editortxt |
Definition at line 144 of file guitest.cxx.
| const char* filetypes[] |
Initial value:
{ "All files", "*",
"ROOT files", "*.root",
"ROOT macros", "*.C",
0, 0 }
Definition at line 110 of file guitest.cxx.
Referenced by SplitGLView::HandleMenu(), TestMainFrame::HandleMenu(), XSGui::ProcessMenuMessage(), and RootShower::ProcessMessage().
Initial value:
{
{ "f1_s.xpm", "TF1", 2001, 0 },
{ "f2_s.xpm", "TF2", 2002, 0 },
{ 0, 0, 0, 0 }
}
Definition at line 130 of file guitest.cxx.
Referenced by TestSliders::DoSlider(), and ShutterWindow::ShutterWindow().
Initial value:
{
{ "h1_s.xpm", "TH1", 1001, 0 },
{ "h2_s.xpm", "TH2", 1002, 0 },
{ "h3_s.xpm", "TH3", 1003, 0 },
{ "profile_s.xpm", "TProfile", 1004, 0 },
{ 0, 0, 0, 0 }
}
Definition at line 122 of file guitest.cxx.
Referenced by TestSliders::DoSlider(), and ShutterWindow::ShutterWindow().
| Int_t mb_button_id[13] |
Initial value:
{
{ "ntuple_s.xpm", "TNtuple", 3001, 0 },
{ "tree_s.xpm", "TTree", 3002, 0 },
{ "chain_s.xpm", "TChain", 3003, 0 },
{ 0, 0, 0, 0 }
}
Definition at line 136 of file guitest.cxx.
Referenced by TestSliders::DoSlider(), and ShutterWindow::ShutterWindow().
1.5.1