#include "guitest.h"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 |
| const char* editortxt1 |
Definition at line 41 of file guitest.cpp.
Referenced by TestMainFrame::DoButton(), and 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().
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.
Referenced by TestShutter::TestShutter().
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.
Referenced by TestShutter::TestShutter().
Initial value:
Definition at line 15 of file guitest.cpp.
Referenced by TestMsgBox::ProcessMessage().
Initial value:
Definition at line 5 of file guitest.cpp.
Referenced by TestMsgBox::ProcessMessage().
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.
Referenced by TestShutter::TestShutter().
1.5.1