KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVBatchSystemGUI.h
1
3
4#ifndef __KVBATCHSYSTEMGUI_H
5#define __KVBATCHSYSTEMGUI_H
6#include "RQ_OBJECT.h"
7#include <KVBase.h>
8#include <TGFrame.h>
9#include <TTimer.h>
10#include <TGButton.h>
11#include "KVListView.h"
12
41class KVBatchSystemGUI : public KVBase {
42 RQ_OBJECT("KVBatchSystemGUI")
51 static Bool_t fOpen;
52
53public:
55 virtual ~KVBatchSystemGUI();
56 void DoClose();
57 void CloseWindow();
58
59 static Bool_t IsOpen()
60 {
61 return fOpen;
62 }
63
64 void Refresh();
65 void KillJobs();
66 void AlterJobs();
67
68 ClassDef(KVBatchSystemGUI, 1) //GUI for batch system jobs
69};
70
71#endif
#define RQ_OBJECT(sender_class)
bool Bool_t
#define ClassDef(name, id)
Base class for KaliVeda framework.
Definition KVBase.h:142
GUI for batch system jobsGraphical interface for monitoring, altering, and deleting batch jobs....
static Bool_t IsOpen()
KVListView * fLVJobs
TGMainFrame * MainFrame
static Bool_t fOpen
kTRUE if GUI is already open
TGPictureButton * BalterJobs
TGPictureButton * BremDir
TGPictureButton * BrefreshDir
Enhanced version of ROOT TGListView widget.
Definition KVListView.h:146
Extended TList class which owns its objects by default.
Definition KVList.h:28