KaliVeda
1.13/01
Heavy-Ion Analysis Toolkit
|
Utility GUI used for setting batch system parameters.
Created by KVClassFactory on Fri Feb 17 14:52:45 2017 Author: John Frankland,,,
Definition at line 18 of file KVBatchSystemParametersGUI.h.
Public Member Functions | |
KVBatchSystemParametersGUI (const TGWindow *main, KVNameValueList *params, KVDataAnalyser *dan, Bool_t *cancel) | |
Default constructor. More... | |
virtual | ~KVBatchSystemParametersGUI () |
Destructor. More... | |
void | SetAutoBatchName (Bool_t on) |
void | UpdateAutoBatchName (const char *=0) |
Public Member Functions inherited from KVNameValueListGUI | |
KVNameValueListGUI (const TGWindow *main, KVNameValueList *params, Bool_t *cancel_pressed, Bool_t wait_for_main=kTRUE) | |
Constructor. More... | |
virtual | ~KVNameValueListGUI () |
Destructor. More... | |
ClassDef (KVNameValueListGUI, 1) void DisplayDialog() | |
void | CloseWindow () |
void | DoClose () |
bool | EnableDependingOnBool (const TString &value_to_enable, const TString &bool_parameter) |
void | ReadData () |
void | RestoreData () |
return all values to original state More... | |
Private Attributes | |
TGCheckButton * | fAJN |
auto job name widget More... | |
KVDataAnalyser * | fAnalyser |
TGTextEntry * | fJN |
job name widget More... | |
TGTextEntry * | fJNF |
job name format widget More... | |
TGCheckButton * | fMJ |
multijob widget More... | |
TGNumberEntry * | fRPJ |
runs per job widget More... | |
Additional Inherited Members | |
Protected Member Functions inherited from KVNameValueListGUI | |
virtual TObject * | AddABool (Int_t i, TGHorizontalFrame *hf) |
virtual TObject * | AddADouble (Int_t i, TGHorizontalFrame *hf) |
virtual TObject * | AddAInt (Int_t i, TGHorizontalFrame *hf) |
virtual TObject * | AddAString (Int_t i, TGHorizontalFrame *hf) |
TObject * | GetDataWidget (const TString &parname) const |
TObject * | GetDataWidget (int i) const |
KVNameValueList * | GetList () const |
TGTransientFrame * | GetMain () const |
#include <KVBatchSystemParametersGUI.h>
KVBatchSystemParametersGUI::KVBatchSystemParametersGUI | ( | const TGWindow * | main, |
KVNameValueList * | params, | ||
KVDataAnalyser * | dan, | ||
Bool_t * | cancel | ||
) |
Default constructor.
Definition at line 12 of file KVBatchSystemParametersGUI.cpp.
|
virtual |
Destructor.
Definition at line 49 of file KVBatchSystemParametersGUI.cpp.
Definition at line 67 of file KVBatchSystemParametersGUI.cpp.
void KVBatchSystemParametersGUI::UpdateAutoBatchName | ( | const char * | text = 0 | ) |
Definition at line 58 of file KVBatchSystemParametersGUI.cpp.
|
private |
auto job name widget
Definition at line 20 of file KVBatchSystemParametersGUI.h.
|
private |
Definition at line 19 of file KVBatchSystemParametersGUI.h.
|
private |
job name widget
Definition at line 21 of file KVBatchSystemParametersGUI.h.
|
private |
job name format widget
Definition at line 22 of file KVBatchSystemParametersGUI.h.
|
private |
multijob widget
Definition at line 23 of file KVBatchSystemParametersGUI.h.
|
private |
runs per job widget
Definition at line 24 of file KVBatchSystemParametersGUI.h.