KaliVeda
Toolkit for HIC analysis
KVBatchSystemParametersGUI Class Reference

Detailed Description

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 19 of file KVBatchSystemParametersGUI.h.

#include <KVBatchSystemParametersGUI.h>

Inheritance diagram for KVBatchSystemParametersGUI:

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)
 
bool MutuallyExclusive (const std::vector< TString > &bool_params)
 
void ReadData ()
 
void RestoreData ()
 return all values to original state More...
 

Constructor & Destructor Documentation

◆ KVBatchSystemParametersGUI()

KVBatchSystemParametersGUI::KVBatchSystemParametersGUI ( const TGWindow main,
KVNameValueList params,
KVDataAnalyser dan,
Bool_t cancel 
)

Default constructor.

Definition at line 12 of file KVBatchSystemParametersGUI.cpp.

◆ ~KVBatchSystemParametersGUI()

KVBatchSystemParametersGUI::~KVBatchSystemParametersGUI ( )
virtual

Destructor.

Definition at line 49 of file KVBatchSystemParametersGUI.cpp.

Member Function Documentation

◆ SetAutoBatchName()

void KVBatchSystemParametersGUI::SetAutoBatchName ( Bool_t  on)

Definition at line 67 of file KVBatchSystemParametersGUI.cpp.

◆ UpdateAutoBatchName()

void KVBatchSystemParametersGUI::UpdateAutoBatchName ( const char *  text = 0)

Definition at line 58 of file KVBatchSystemParametersGUI.cpp.