Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

JobMenu.cxx File Reference

The job pull down menu. More...

#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::ConfiggsConfig [1024]


Detailed Description

The job pull down menu.

Version:
Id
JobMenu.cxx,v 1.1 2007/02/09 04:44:13 fmwk Exp
Author:
messier@indiana.edu

Definition in file JobMenu.cxx.


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
kM_JOB_OPENXML 
kM_JOB_EDITCONFIG 
kM_JOB_AUTO_ADVANCE_START 
kM_JOB_AUTO_ADVANCE_STOP 

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 };


Variable Documentation

cfg::Config* gsConfig[1024] [static]
 

Definition at line 36 of file JobMenu.cxx.

Referenced by evdb::JobMenu::BuildConfigMenu(), and evdb::JobMenu::EditConfig().


Generated on Sat Oct 11 02:35:29 2008 for NOvA Offline by  doxygen 1.3.9.1