#include "EventDisplayBase/JobMenu.h"
#include <cstdlib>
#include <string>
#include <iostream>
#include "TROOT.h"
#include "TSystem.h"
#include "TGMsgBox.h"
#include "TGMenu.h"
#include "TGLayout.h"
#include "TGFileDialog.h"
#include "TTimer.h"
#include "EventDisplayBase/evdb.h"
#include "XMLInterface/xmli.h"
#include "JobControl/Stack.h"
#include "Config/Table.h"
#include "Config/Config.h"
#include "EventDisplayBase/CfgEdit.h"
#include "EventDisplayBase/IoModule.h"
Go to the source code of this file.
Enumerations | |
| enum | { kM_JOB_OPENXML = 99001, kM_JOB_EDITCONFIG = 99002, kM_JOB_AUTO_ADVANCE_START = 99003, kM_JOB_AUTO_ADVANCE_STOP = 99004 } |
Variables | |
| cfg::Config * | gsConfig [1024] |
Definition in file JobMenu.cxx.
|
|
Definition at line 29 of file JobMenu.cxx. 00029 {
00030 kM_JOB_OPENXML = 99001,
00031 kM_JOB_EDITCONFIG = 99002,
00032 kM_JOB_AUTO_ADVANCE_START = 99003,
00033 kM_JOB_AUTO_ADVANCE_STOP = 99004
00034 };
|
|
|
Definition at line 36 of file JobMenu.cxx. Referenced by evdb::JobMenu::BuildConfigMenu(), and evdb::JobMenu::EditConfig(). |
1.3.9.1