KaliVeda
1.12/06
Heavy-Ion Analysis Toolkit
|
GUI for setting KVNameValueList parameters.
Created by KVClassFactory on Fri Feb 17 09:32:40 2017 Author: John Frankland,,,
Definition at line 20 of file KVNameValueListGUI.h.
Public Member Functions | |
KVNameValueListGUI (const TGWindow *main, KVNameValueList *params, Bool_t *cancel_pressed, Bool_t wait_for_main=kTRUE) | |
Constructor. More... | |
virtual | ~KVNameValueListGUI () |
Destructor. More... | |
void | CloseWindow () |
void | DoClose () |
void | ReadData () |
void | RestoreData () |
return all values to original state More... | |
Protected Member Functions | |
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 (int i) const |
KVNameValueList * | GetList () const |
TGTransientFrame * | GetMain () const |
Private Attributes | |
Bool_t * | fCancel |
TGTextButton * | fCancelBut |
Cancel button. More... | |
TObjArray | fData |
TGTransientFrame * | fMain |
Bool_t * | fOK |
set to kTRUE if OK button is pressed More... | |
TGTextButton * | fOKBut |
OK button. More... | |
KVNameValueList | fOriginal |
UInt_t | max_width |
KVNameValueList * | theList |
#include <KVNameValueListGUI.h>
KVNameValueListGUI::KVNameValueListGUI | ( | const TGWindow * | main, |
KVNameValueList * | params, | ||
Bool_t * | cancel_pressed, | ||
Bool_t | wait_for_main = kTRUE |
||
) |
Constructor.
Definition at line 111 of file KVNameValueListGUI.cpp.
|
virtual |
Destructor.
Definition at line 204 of file KVNameValueListGUI.cpp.
|
protectedvirtual |
Definition at line 30 of file KVNameValueListGUI.cpp.
|
protectedvirtual |
Definition at line 43 of file KVNameValueListGUI.cpp.
|
protectedvirtual |
Definition at line 59 of file KVNameValueListGUI.cpp.
|
protectedvirtual |
Definition at line 17 of file KVNameValueListGUI.cpp.
void KVNameValueListGUI::CloseWindow | ( | ) |
Definition at line 228 of file KVNameValueListGUI.cpp.
void KVNameValueListGUI::DoClose | ( | ) |
Definition at line 218 of file KVNameValueListGUI.cpp.
|
inlineprotected |
Definition at line 41 of file KVNameValueListGUI.h.
|
inlineprotected |
Definition at line 45 of file KVNameValueListGUI.h.
|
inlineprotected |
Definition at line 49 of file KVNameValueListGUI.h.
void KVNameValueListGUI::ReadData | ( | ) |
Definition at line 75 of file KVNameValueListGUI.cpp.
void KVNameValueListGUI::RestoreData | ( | ) |
return all values to original state
Definition at line 99 of file KVNameValueListGUI.cpp.
|
private |
Definition at line 33 of file KVNameValueListGUI.h.
|
private |
Cancel button.
Definition at line 28 of file KVNameValueListGUI.h.
|
private |
Definition at line 31 of file KVNameValueListGUI.h.
|
private |
Definition at line 26 of file KVNameValueListGUI.h.
|
private |
set to kTRUE if OK button is pressed
Definition at line 29 of file KVNameValueListGUI.h.
|
private |
OK button.
Definition at line 27 of file KVNameValueListGUI.h.
|
private |
Definition at line 24 of file KVNameValueListGUI.h.
|
private |
Definition at line 30 of file KVNameValueListGUI.h.
|
private |
Definition at line 23 of file KVNameValueListGUI.h.