ROOT  6.06/09
Reference Guide
Variables
guitest.cpp File Reference
#include "guitest.h"
+ Include dependency graph for guitest.cpp:

Go to the source code of this file.

Variables

EMsgBoxIcon mb_icon1 [4]
 
const char * filetypes1 []
 
Int_t mb_button_id0 [9]
 
shutterData_t histo_data0 []
 
shutterData_t function_data0 []
 
shutterData_t tree_data0 []
 
const char * editortxt1
 

Variable Documentation

const char* editortxt1

Definition at line 41 of file guitest.cpp.

Referenced by TestMainFrame::ProcessMessage().

const char* filetypes1[]
Initial value:
= { "All files", "*",
"ROOT files", "*.root",
"ROOT macros", "*.C",
0, 0 }

Definition at line 8 of file guitest.cpp.

Referenced by TestMainFrame::ProcessMessage().

shutterData_t function_data0[]
Initial value:
= {
{ "f1_s.xpm", "TF1", 2001, 0 },
{ "f2_s.xpm", "TF2", 2002, 0 },
{ 0, 0, 0, 0 }
}

Definition at line 28 of file guitest.cpp.

shutterData_t histo_data0[]
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 20 of file guitest.cpp.

Int_t mb_button_id0[9]
Initial value:

Definition at line 15 of file guitest.cpp.

Referenced by TestMsgBox::ProcessMessage().

EMsgBoxIcon mb_icon1[4]
shutterData_t tree_data0[]
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 34 of file guitest.cpp.