KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVINDRARunSheetGUI Class Reference

Detailed Description

_________________________________________________//

Definition at line 59 of file KVINDRARunSheetGUI.h.

#include <KVINDRARunSheetGUI.h>

Inheritance diagram for KVINDRARunSheetGUI:

Public Member Functions

 KVINDRARunSheetGUI ()
 
virtual ~KVINDRARunSheetGUI ()
 close window
 
void ChangeDataSet ()
 open dialog to choose dataset
 
void ClearListOfRuns ()
 remove all entries from grid list box
 
void CloseWindow ()
 close viewer
 
void DisableButtons ()
 Disable all buttons.
 
void EnableButtons ()
 
void FillListOfRuns ()
 
Int_t GetNSelected ()
 returns current number of selected items in grid list
 
void PrintRun ()
 
void SaveAll ()
 
void SelectionChanged ()
 
void SetFileFormat ()
 
void SetRunCahier ()
 
void SetRunComment ()
 
void SetRunSheetDir ()
 
void SetRunTrigger ()
 
void SetSystem ()
 Open dialog box for setting system properties for runs.
 
void StartTreeViewer ()
 
void UnsetSystem ()
 
void UpdateList ()
 
void UpdateListOfRuns ()
 
- Public Member Functions inherited from TGMainFrame
 TGMainFrame (const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=kVerticalFrame)
 
 ~TGMainFrame () override
 
virtual Bool_t BindKey (const TGWindow *w, Int_t keycode, Int_t modifier) const
 
void DontCallClose ()
 
TListGetBindList () const
 
void GetClassHints (const char *&className, const char *&resourceName) const
 
const char * GetIconName () const override
 
const char * GetIconPixmap () const
 
void GetMWMHints (UInt_t &value, UInt_t &funcs, UInt_t &input) const
 
const char * GetWindowName () const
 
void GetWMPosition (Int_t &x, Int_t &y) const
 
void GetWMSize (UInt_t &w, UInt_t &h) const
 
void GetWMSizeHints (UInt_t &wmin, UInt_t &hmin, UInt_t &wmax, UInt_t &hmax, UInt_t &winc, UInt_t &hinc) const
 
EInitialState GetWMState () const
 
Bool_t HandleButton (Event_t *event) override
 
Bool_t HandleClientMessage (Event_t *event) override
 
Bool_t HandleKey (Event_t *event) override
 
Bool_t HandleMotion (Event_t *event) override
 
Bool_t HandleSelection (Event_t *event) override
 
Bool_t HandleSelectionRequest (Event_t *event) override
 
TClassIsA () const override
 
virtual void RemoveBind (const TGWindow *w, Int_t keycode, Int_t modifier) const
 
virtual Bool_t SaveFrameAsCodeOrImage ()
 
virtual Bool_t SaveFrameAsCodeOrImage (const TString &fileName)
 
void SavePrimitive (std::ostream &out, Option_t *option="") override
 
virtual void SaveSource (const char *filename="Rootappl.C", Option_t *option="")
 
virtual void SendCloseMessage ()
 
void SetClassHints (const char *className, const char *resourceName)
 
void SetIconName (const char *name)
 
void SetIconPixmap (char **xpm_array)
 
const TGPictureSetIconPixmap (const char *iconName)
 
void SetMWMHints (UInt_t value, UInt_t funcs, UInt_t input)
 
void SetWindowName (const char *name=nullptr) override
 
void SetWMPosition (Int_t x, Int_t y)
 
void SetWMSize (UInt_t w, UInt_t h)
 
void SetWMSizeHints (UInt_t wmin, UInt_t hmin, UInt_t wmax, UInt_t hmax, UInt_t winc, UInt_t hinc)
 
void SetWMState (EInitialState state)
 
void Streamer (TBuffer &) override
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
- Public Member Functions inherited from TGCompositeFrame
 TGCompositeFrame (const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground())
 
 TGCompositeFrame (TGClient *c, Window_t id, const TGWindow *parent=nullptr)
 
 ~TGCompositeFrame () override
 
virtual void AddFrame (TGFrame *f, TGLayoutHints *l=nullptr)
 
void ChangeOptions (UInt_t options) override
 
virtual void ChangeSubframesBackground (Pixel_t back)
 
virtual void Cleanup ()
 
virtual TGFrameElementFindFrameElement (TGFrame *f) const
 
UInt_t GetDefaultHeight () const override
 
TGDimension GetDefaultSize () const override
 
UInt_t GetDefaultWidth () const override
 
TGFrameGetFrameFromPoint (Int_t x, Int_t y) override
 
virtual TGLayoutManagerGetLayoutManager () const
 
virtual TListGetList () const
 
Int_t GetState (TGFrame *f) const
 
Bool_t HandleCrossing (Event_t *) override
 
Bool_t HandleDoubleClick (Event_t *) override
 
Bool_t HandleDragDrop (TGFrame *frame, Int_t x, Int_t y, TGLayoutHints *lo) override
 
Bool_t HandleDragEnter (TGFrame *) override
 
Bool_t HandleDragLeave (TGFrame *) override
 
Bool_t HandleDragMotion (TGFrame *) override
 
Bool_t HandleFocusChange (Event_t *) override
 
virtual void HideFrame (TGFrame *f)
 
Bool_t IsArranged (TGFrame *f) const
 
Bool_t IsArranged (TGFrameElement *ptr) const
 
Bool_t IsComposite () const override
 
Bool_t IsEditable () const override
 
Bool_t IsLayoutBroken () const override
 
Bool_t IsMapSubwindows () const override
 
Bool_t IsVisible (TGFrame *f) const
 
Bool_t IsVisible (TGFrameElement *ptr) const
 
void Layout () override
 
void MapSubwindows () override
 
Int_t MustCleanup () const override
 
void Print (Option_t *option="") const override
 
Bool_t ProcessMessage (Longptr_t, Longptr_t, Longptr_t) override
 
virtual void RemoveAll ()
 
virtual void RemoveFrame (TGFrame *f)
 
virtual void SavePrimitiveSubframes (std::ostream &out, Option_t *option="")
 
void SetCleanup (Int_t mode=kLocalCleanup) override
 
void SetEditable (Bool_t on=kTRUE) override
 
void SetEditDisabled (UInt_t on=1) override
 
void SetLayoutBroken (Bool_t on=kTRUE) override
 
virtual void SetLayoutManager (TGLayoutManager *l)
 
void SetMapSubwindows (Bool_t on) override
 
virtual void ShowFrame (TGFrame *f)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
virtual Bool_t TranslateCoordinates (TGFrame *child, Int_t x, Int_t y, Int_t &fx, Int_t &fy)
 
- Public Member Functions inherited from TGFrame
 TGFrame (const TGWindow *p=nullptr, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground())
 
 TGFrame (TGClient *c, Window_t id, const TGWindow *parent=nullptr)
 
 ~TGFrame () override
 
virtual void Activate (Bool_t)
 
void AddInput (UInt_t emask)
 
virtual void ChangeBackground (Pixel_t back)
 
Bool_t Contains (Int_t x, Int_t y) const
 
void Delete (Option_t *="") override
 
virtual void DeleteWindow ()
 
virtual void DrawBorder ()
 
void DrawClass () const override
 
TObjectDrawClone (Option_t *="") const override
 
virtual void DrawCopy (Handle_t, Int_t, Int_t)
 
void Dump () const override
 
virtual Pixel_t GetBackground () const
 
Int_t GetBorderWidth () const
 
virtual TDNDDataGetDNDData (Atom_t)
 
virtual Int_t GetDragType () const
 
virtual Int_t GetDropType () const
 
UInt_t GetEventMask () const
 
virtual Pixel_t GetForeground () const
 
TGFrameElementGetFrameElement () const
 
UInt_t GetHeight () const
 
UInt_t GetMaxHeight () const
 
UInt_t GetMaxWidth () const
 
UInt_t GetMinHeight () const
 
UInt_t GetMinWidth () const
 
virtual UInt_t GetOptions () const
 
TGDimension GetSize () const
 
UInt_t GetWidth () const
 
Int_t GetX () const
 
Int_t GetY () const
 
virtual Bool_t HandleColormapChange (Event_t *)
 
virtual Bool_t HandleConfigureNotify (Event_t *event)
 
virtual Bool_t HandleDNDDrop (TDNDData *)
 
virtual Atom_t HandleDNDEnter (Atom_t *)
 
virtual Bool_t HandleDNDFinished ()
 
virtual Bool_t HandleDNDLeave ()
 
virtual Atom_t HandleDNDPosition (Int_t, Int_t, Atom_t, Int_t, Int_t)
 
Bool_t HandleEvent (Event_t *event) override
 
virtual Bool_t HandleSelectionClear (Event_t *)
 
void Inspect () const override
 
virtual Bool_t IsActive () const
 
Bool_t IsDNDSource () const
 
Bool_t IsDNDTarget () const
 
Bool_t IsEditable () const override
 
void MapRaised () override
 
void MapSubwindows () override
 
void MapWindow () override
 
void Move (Int_t x, Int_t y) override
 
void MoveResize (Int_t x, Int_t y, UInt_t w=0, UInt_t h=0) override
 
void Print (Option_t *option="") const override
 
virtual void ProcessedConfigure (Event_t *event)
 
virtual void ProcessedEvent (Event_t *event)
 
virtual void ReallyDelete ()
 
void RemoveInput (UInt_t emask)
 
void ReparentWindow (const TGWindow *p, Int_t x=0, Int_t y=0) override
 
virtual void Resize (TGDimension size)
 
void Resize (UInt_t w=0, UInt_t h=0) override
 
void SaveUserColor (std::ostream &out, Option_t *)
 
virtual void SendMessage (const TGWindow *w, Longptr_t msg, Longptr_t parm1, Longptr_t parm2)
 
void SetBackgroundColor (Pixel_t back) override
 
void SetDNDSource (Bool_t onoff)
 
void SetDNDTarget (Bool_t onoff)
 
virtual void SetDragType (Int_t type)
 
void SetDrawOption (Option_t *="") override
 
virtual void SetDropType (Int_t type)
 
void SetEditable (Bool_t) override
 
virtual void SetForegroundColor (Pixel_t)
 
void SetFrameElement (TGFrameElement *fe)
 
virtual void SetHeight (UInt_t h)
 
virtual void SetMaxHeight (UInt_t h)
 
virtual void SetMaxWidth (UInt_t w)
 
virtual void SetMinHeight (UInt_t h)
 
virtual void SetMinWidth (UInt_t w)
 
virtual void SetSize (const TGDimension &s)
 
virtual void SetWidth (UInt_t w)
 
virtual void SetX (Int_t x)
 
virtual void SetY (Int_t y)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
void UnmapWindow () override
 
- Public Member Functions inherited from TGWindow
 TGWindow (const TGWindow *p=nullptr, Int_t x=0, Int_t y=0, UInt_t w=0, UInt_t h=0, UInt_t border=0, Int_t depth=0, UInt_t clss=0, void *visual=nullptr, SetWindowAttributes_t *attr=nullptr, UInt_t wtype=0)
 
 TGWindow (TGClient *c, Window_t id, const TGWindow *parent=nullptr)
 
 ~TGWindow () override
 
virtual void DestroySubwindows ()
 
virtual void DestroyWindow ()
 
virtual UInt_t GetEditDisabled () const
 
virtual const TGWindowGetMainFrame () const
 
const char * GetName () const override
 
const TGWindowGetParent () const
 
virtual Bool_t HandleExpose (Event_t *event)
 
virtual Bool_t HandleIdleEvent (TGIdleHandler *)
 
Bool_t HandleTimer (TTimer *) override
 
virtual void IconifyWindow ()
 
TClassIsA () const override
 
virtual Bool_t IsMapped ()
 
virtual void LowerWindow ()
 
void Print (Option_t *option="") const override
 
virtual void RaiseWindow ()
 
virtual void RequestFocus ()
 
virtual void SetBackgroundPixmap (Pixmap_t pixmap)
 
virtual void SetName (const char *name)
 
void Streamer (TBuffer &) override
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
- Public Member Functions inherited from TGObject
 TGObject ()
 
 TGObject (const TGObject &tgo)
 
 ~TGObject () override
 
TGClientGetClient () const
 
Handle_t GetId () const
 
ULong_t Hash () const override
 
Bool_t IsEqual (const TObject *obj) const override
 
void SaveAs (const char *filename="", Option_t *option="") const override
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 
virtual ~TObject ()
 
void AbstractMethod (const char *method) const
 
virtual void AppendPad (Option_t *option="")
 
virtual void Browse (TBrowser *b)
 
ULong_t CheckedHash ()
 
virtual const char * ClassName () const
 
virtual void Clear (Option_t *="")
 
virtual TObjectClone (const char *newname="") const
 
virtual Int_t Compare (const TObject *obj) const
 
virtual void Copy (TObject &object) const
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 
virtual void Draw (Option_t *option="")
 
virtual void Error (const char *method, const char *msgfmt,...) const
 
virtual void Execute (const char *method, const char *params, Int_t *error=nullptr)
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr)
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 
virtual TObjectFindObject (const char *name) const
 
virtual TObjectFindObject (const TObject *obj) const
 
virtual Option_tGetDrawOption () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 
virtual Option_tGetOption () const
 
virtual const char * GetTitle () const
 
virtual UInt_t GetUniqueID () const
 
Bool_t HasInconsistentHash () const
 
virtual void Info (const char *method, const char *msgfmt,...) const
 
virtual Bool_t InheritsFrom (const char *classname) const
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 
void InvertBit (UInt_t f)
 
Bool_t IsDestructed () const
 
virtual Bool_t IsFolder () const
 
R__ALWAYS_INLINE Bool_t IsOnHeap () const
 
virtual Bool_t IsSortable () const
 
R__ALWAYS_INLINE Bool_t IsZombie () const
 
virtual void ls (Option_t *option="") const
 
void MayNotUse (const char *method) const
 
virtual Bool_t Notify ()
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *vp)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, void *vp)
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz)
 
voidoperator new[] (size_t sz, void *vp)
 
TObjectoperator= (const TObject &rhs)
 
virtual void Paint (Option_t *option="")
 
virtual void Pop ()
 
virtual Int_t Read (const char *name)
 
virtual void RecursiveRemove (TObject *obj)
 
void ResetBit (UInt_t f)
 
void SetBit (UInt_t f)
 
void SetBit (UInt_t f, Bool_t set)
 
virtual void SetUniqueID (UInt_t uid)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 
R__ALWAYS_INLINE Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
virtual void UseCurrentStyle ()
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 
virtual Int_t Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0)
 
virtual Int_t Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const
 
- Public Member Functions inherited from TQObject
 TQObject ()
 
virtual ~TQObject ()
 
Bool_t AreSignalsBlocked () const
 
Bool_t BlockSignals (Bool_t b)
 
virtual void ChangedBy (const char *method)
 
void CollectClassSignalLists (TList &list, TClass *cls)
 
Bool_t Connect (const char *signal, const char *receiver_class, void *receiver, const char *slot)
 
virtual void Connected (const char *)
 
virtual void Destroyed ()
 
Bool_t Disconnect (const char *signal=nullptr, void *receiver=nullptr, const char *slot=nullptr)
 
virtual void Disconnected (const char *)
 
void Emit (const char *signal)
 
void Emit (const char *signal, const T &arg)
 
void EmitVA (const char *signal_name, Int_t, const T &... params)
 
TListGetListOfClassSignals () const
 
TListGetListOfConnections () const
 
TListGetListOfSignals () const
 
virtual Bool_t HasConnection (const char *signal_name) const
 
virtual void HighPriority (const char *signal_name, const char *slot_name=nullptr)
 
virtual void LowPriority (const char *signal_name, const char *slot_name=nullptr)
 
virtual void Message (const char *msg)
 
virtual Int_t NumberOfConnections () const
 
virtual Int_t NumberOfSignals () const
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Private Attributes

TGTextButtonfAddCahier
 
TGTextButtonfAddComment
 
TListfButList
 
TGVButtonGroupfButtonsFrame
 
TGTextButtonfChangeDataSet
 
TGLabelfDirLabel
 
TString fDirLabelMess
 
Int_t fFirstRun
 
TGLabelfFormLabel
 
TGHorizontalFramefHframe
 
KVString fInputString
 
Int_t fLastRun
 
TGTextButtonfPrintRun
 
TGTextButtonfQuit
 
KVINDRARunSheetReader fReader
 used to read runsheets
 
KVListViewfRunList
 TGListBox *fRunList;.
 
TGTextButtonfSaveDB
 
TListfSelectedEntries
 
KVINDRADBRunfSelectedRun
 
TGTextButtonfSetSystem
 
TGTextButtonfSetTrigger
 
TGTextButtonfUnSetSystem
 
TGTextButtonfUpdate
 
TEnvGUIenv
 

Additional Inherited Members

- Public Types inherited from TGWindow
enum  EEditMode
 
enum  EStatusBits
 
- Public Types inherited from TObject
enum  EDeprecatedStatusBits
 
enum  EStatusBits
 
- Static Public Member Functions inherited from TGMainFrame
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
- Static Public Member Functions inherited from TGCompositeFrame
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
- Static Public Member Functions inherited from TGFrame
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
static const TGGCGetBckgndGC ()
 
static const TGGCGetBlackGC ()
 
static Pixel_t GetBlackPixel ()
 
static Pixel_t GetDefaultFrameBackground ()
 
static Pixel_t GetDefaultSelectedBackground ()
 
static const TGGCGetHilightGC ()
 
static const TGGCGetShadowGC ()
 
static const TGGCGetWhiteGC ()
 
static Pixel_t GetWhitePixel ()
 
- Static Public Member Functions inherited from TGWindow
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
static Int_t GetCounter ()
 
- Static Public Member Functions inherited from TGObject
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
- Static Public Member Functions inherited from TObject
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
static Longptr_t GetDtorOnly ()
 
static Bool_t GetObjectStat ()
 
static void SetDtorOnly (void *obj)
 
static void SetObjectStat (Bool_t stat)
 
- Static Public Member Functions inherited from TQObject
static Bool_t AreAllSignalsBlocked ()
 
static Bool_t BlockAllSignals (Bool_t b)
 
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static Bool_t Connect (const char *sender_class, const char *signal, const char *receiver_class, void *receiver, const char *slot)
 
static Bool_t Connect (TQObject *sender, const char *signal, const char *receiver_class, void *receiver, const char *slot)
 
static const char * DeclFileName ()
 
static Bool_t Disconnect (const char *class_name, const char *signal, void *receiver=nullptr, const char *slot=nullptr)
 
static Bool_t Disconnect (TQObject *sender, const char *signal=nullptr, void *receiver=nullptr, const char *slot=nullptr)
 
- Public Attributes inherited from TGWindow
 kEditDisable
 
 kEditDisableBtnEnable
 
 kEditDisableEvents
 
 kEditDisableGrab
 
 kEditDisableHeight
 
 kEditDisableKeyEnable
 
 kEditDisableLayout
 
 kEditDisableResize
 
 kEditDisableWidth
 
 kEditEnable
 
 kIsHtmlView
 
- Public Attributes inherited from TObject
 kBitMask
 
 kCanDelete
 
 kCannotPick
 
 kHasUUID
 
 kInconsistent
 
 kInvalidObject
 
 kIsOnHeap
 
 kIsReferenced
 
 kMustCleanup
 
 kNoContextMenu
 
 kNotDeleted
 
 kObjInCanvas
 
 kOverwrite
 
 kSingleKey
 
 kWriteDelete
 
 kZombie
 
- Protected Member Functions inherited from TGMainFrame
TString GetMWMfuncString () const
 
TString GetMWMinpString () const
 
TString GetMWMvalueString () const
 
- Protected Member Functions inherited from TGFrame
void DoRedraw () override
 
virtual void Draw3dRectangle (UInt_t type, Int_t x, Int_t y, UInt_t w, UInt_t h)
 
TString GetOptionString () const
 
const TGResourcePoolGetResourcePool () const
 
voidGetSender () override
 
virtual void StartGuiBuilding (Bool_t on=kTRUE)
 
- Protected Member Functions inherited from TGWindow
 TGWindow (const TGWindow &tgw)
 
 TGWindow (Window_t id)
 
TGWindowoperator= (const TGWindow &tgw)
 
- Protected Member Functions inherited from TGObject
TGObjectoperator= (const TGObject &tgo)
 
- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 
void MakeZombie ()
 
- Protected Member Functions inherited from TQObject
virtual const char * GetSenderClassName () const
 
- Static Protected Member Functions inherited from TGFrame
static Time_t GetLastClick ()
 
- Static Protected Member Functions inherited from TQObject
static Int_t CheckConnectArgs (TQObject *sender, TClass *sender_class, const char *signal, TClass *receiver_class, const char *slot)
 
static TString CompressName (const char *method_name)
 
static Bool_t ConnectToClass (const char *sender_class, const char *signal, TClass *receiver_class, void *receiver, const char *slot)
 
static Bool_t ConnectToClass (TQObject *sender, const char *signal, TClass *receiver_class, void *receiver, const char *slot)
 
- Protected Attributes inherited from TGMainFrame
TListfBindList
 
TString fClassName
 
Atom_tfDNDTypeList
 
TString fIconName
 
TString fIconPixmap
 
UInt_t fMWMFuncs
 
UInt_t fMWMInput
 
UInt_t fMWMValue
 
TString fResourceName
 
TString fWindowName
 
UInt_t fWMHeight
 
UInt_t fWMHeightInc
 
EInitialState fWMInitState
 
UInt_t fWMMaxHeight
 
UInt_t fWMMaxWidth
 
UInt_t fWMMinHeight
 
UInt_t fWMMinWidth
 
UInt_t fWMWidth
 
UInt_t fWMWidthInc
 
Int_t fWMX
 
Int_t fWMY
 
 kDontCallClose
 
- Protected Attributes inherited from TGCompositeFrame
Bool_t fLayoutBroken
 
TGLayoutManagerfLayoutManager
 
TListfList
 
Bool_t fMapSubwindows
 
Int_t fMustCleanup
 
- Protected Attributes inherited from TGFrame
Pixel_t fBackground
 
Int_t fBorderWidth
 
Int_t fDNDState
 
UInt_t fEventMask
 
TGFrameElementfFE
 
UInt_t fHeight
 
UInt_t fMaxHeight
 
UInt_t fMaxWidth
 
UInt_t fMinHeight
 
UInt_t fMinWidth
 
UInt_t fOptions
 
UInt_t fWidth
 
Int_t fX
 
Int_t fY
 
 kDeleteWindowCalled
 
- Protected Attributes inherited from TGWindow
UInt_t fEditDisabled
 
TString fName
 
Bool_t fNeedRedraw
 
const TGWindowfParent
 
- Protected Attributes inherited from TGObject
TGClientfClient
 
Handle_t fId
 
- Protected Attributes inherited from TObject
 kOnlyPrepStep
 
- Protected Attributes inherited from TQObject
TListfListOfConnections
 
TListfListOfSignals
 
Bool_t fSignalsBlocked
 
- Static Protected Attributes inherited from TGCompositeFrame
static TGLayoutHintsfgDefaultHints
 
- Static Protected Attributes inherited from TGFrame
static const TGGCfgBckgndGC
 
static const TGGCfgBlackGC
 
static Pixel_t fgBlackPixel
 
static Window_t fgDbw
 
static Int_t fgDbx
 
static Int_t fgDby
 
static Pixel_t fgDefaultFrameBackground
 
static Pixel_t fgDefaultSelectedBackground
 
static const TGGCfgHilightGC
 
static Bool_t fgInit
 
static UInt_t fgLastButton
 
static Time_t fgLastClick
 
static const TGGCfgShadowGC
 
static UInt_t fgUserColor
 
static const TGGCfgWhiteGC
 
static Pixel_t fgWhitePixel
 
- Static Protected Attributes inherited from TGWindow
static Int_t fgCounter
 
- Static Protected Attributes inherited from TQObject
static Bool_t fgAllSignalsBlocked
 

Constructor & Destructor Documentation

◆ KVINDRARunSheetGUI()

KVINDRARunSheetGUI::KVINDRARunSheetGUI ( )

Definition at line 146 of file KVINDRARunSheetGUI.cpp.

◆ ~KVINDRARunSheetGUI()

KVINDRARunSheetGUI::~KVINDRARunSheetGUI ( )
virtual

close window

Definition at line 430 of file KVINDRARunSheetGUI.cpp.

Member Function Documentation

◆ ChangeDataSet()

void KVINDRARunSheetGUI::ChangeDataSet ( )

open dialog to choose dataset

Definition at line 410 of file KVINDRARunSheetGUI.cpp.

◆ ClearListOfRuns()

void KVINDRARunSheetGUI::ClearListOfRuns ( )

remove all entries from grid list box

Definition at line 562 of file KVINDRARunSheetGUI.cpp.

◆ CloseWindow()

void KVINDRARunSheetGUI::CloseWindow ( )
virtual

close viewer

Reimplemented from TGMainFrame.

Definition at line 445 of file KVINDRARunSheetGUI.cpp.

◆ DisableButtons()

void KVINDRARunSheetGUI::DisableButtons ( )

Disable all buttons.

Definition at line 456 of file KVINDRARunSheetGUI.cpp.

◆ EnableButtons()

void KVINDRARunSheetGUI::EnableButtons ( )

Enable buttons when a run is selected, depending on how many are selected "Read runsheets" only enabled if directory and file format have been given "Save DB"/"Create runlist" only if some runs are in the runlist "Load DB" active if no dataset/base defined

Definition at line 470 of file KVINDRARunSheetGUI.cpp.

◆ FillListOfRuns()

void KVINDRARunSheetGUI::FillListOfRuns ( )

if gINDRADB exists, we use it to fill the list box with each run in the database, sorted according to increasing run number

Definition at line 536 of file KVINDRARunSheetGUI.cpp.

◆ GetNSelected()

Int_t KVINDRARunSheetGUI::GetNSelected ( )

returns current number of selected items in grid list

Definition at line 655 of file KVINDRARunSheetGUI.cpp.

◆ PrintRun()

void KVINDRARunSheetGUI::PrintRun ( )

Definition at line 790 of file KVINDRARunSheetGUI.cpp.

◆ SaveAll()

void KVINDRARunSheetGUI::SaveAll ( )

Write the Runlist.csv, Systems.dat and update (and save) the database

Definition at line 667 of file KVINDRARunSheetGUI.cpp.

◆ SelectionChanged()

void KVINDRARunSheetGUI::SelectionChanged ( )

called any time the selection of runs changes each time, we update: fSelectedEntries : the list of all selected runs (KVINDRADBRun objects) GetNSelected() : the number of selected entries fSelectedRun : the last selected run (=the only run selected if GetNSelected==1) The buttons' state is modified according to the number of selected runs

Definition at line 629 of file KVINDRARunSheetGUI.cpp.

◆ SetFileFormat()

void KVINDRARunSheetGUI::SetFileFormat ( )

Definition at line 760 of file KVINDRARunSheetGUI.cpp.

◆ SetRunCahier()

void KVINDRARunSheetGUI::SetRunCahier ( )

Definition at line 705 of file KVINDRARunSheetGUI.cpp.

◆ SetRunComment()

void KVINDRARunSheetGUI::SetRunComment ( )

Definition at line 682 of file KVINDRARunSheetGUI.cpp.

◆ SetRunSheetDir()

void KVINDRARunSheetGUI::SetRunSheetDir ( )

Definition at line 509 of file KVINDRARunSheetGUI.cpp.

◆ SetRunTrigger()

void KVINDRARunSheetGUI::SetRunTrigger ( )

Definition at line 729 of file KVINDRARunSheetGUI.cpp.

◆ SetSystem()

void KVINDRARunSheetGUI::SetSystem ( )

Open dialog box for setting system properties for runs.

Definition at line 801 of file KVINDRARunSheetGUI.cpp.

◆ StartTreeViewer()

void KVINDRARunSheetGUI::StartTreeViewer ( )

Definition at line 781 of file KVINDRARunSheetGUI.cpp.

◆ UnsetSystem()

void KVINDRARunSheetGUI::UnsetSystem ( )

Unset the system for selected runs new Systems.dat file will be saved

Definition at line 824 of file KVINDRARunSheetGUI.cpp.

◆ UpdateList()

void KVINDRARunSheetGUI::UpdateList ( )

called when "Update list" button is pressed KVINDRARunSheetReader is used to read all available runsheets then displayed list is updated File format is first read from the text entry field Database runlist is saved We also update the list of raw data files in the repository

Definition at line 601 of file KVINDRARunSheetGUI.cpp.

◆ UpdateListOfRuns()

void KVINDRARunSheetGUI::UpdateListOfRuns ( )

fill list from gIndraDB buttons are disabled, as any selected run is deselected

Definition at line 582 of file KVINDRARunSheetGUI.cpp.

Member Data Documentation

◆ fAddCahier

TGTextButton* KVINDRARunSheetGUI::fAddCahier
private

Definition at line 83 of file KVINDRARunSheetGUI.h.

◆ fAddComment

TGTextButton* KVINDRARunSheetGUI::fAddComment
private

Definition at line 81 of file KVINDRARunSheetGUI.h.

◆ fButList

TList* KVINDRARunSheetGUI::fButList
private

Definition at line 85 of file KVINDRARunSheetGUI.h.

◆ fButtonsFrame

TGVButtonGroup* KVINDRARunSheetGUI::fButtonsFrame
private

Definition at line 69 of file KVINDRARunSheetGUI.h.

◆ fChangeDataSet

TGTextButton* KVINDRARunSheetGUI::fChangeDataSet
private

Definition at line 78 of file KVINDRARunSheetGUI.h.

◆ fDirLabel

TGLabel* KVINDRARunSheetGUI::fDirLabel
private

Definition at line 65 of file KVINDRARunSheetGUI.h.

◆ fDirLabelMess

TString KVINDRARunSheetGUI::fDirLabelMess
private

Definition at line 66 of file KVINDRARunSheetGUI.h.

◆ fFirstRun

Int_t KVINDRARunSheetGUI::fFirstRun
private

Definition at line 86 of file KVINDRARunSheetGUI.h.

◆ fFormLabel

TGLabel* KVINDRARunSheetGUI::fFormLabel
private

Definition at line 67 of file KVINDRARunSheetGUI.h.

◆ fHframe

TGHorizontalFrame* KVINDRARunSheetGUI::fHframe
private

Definition at line 68 of file KVINDRARunSheetGUI.h.

◆ fInputString

KVString KVINDRARunSheetGUI::fInputString
private

Definition at line 90 of file KVINDRARunSheetGUI.h.

◆ fLastRun

Int_t KVINDRARunSheetGUI::fLastRun
private

Definition at line 87 of file KVINDRARunSheetGUI.h.

◆ fPrintRun

TGTextButton* KVINDRARunSheetGUI::fPrintRun
private

Definition at line 82 of file KVINDRARunSheetGUI.h.

◆ fQuit

TGTextButton* KVINDRARunSheetGUI::fQuit
private

Definition at line 80 of file KVINDRARunSheetGUI.h.

◆ fReader

KVINDRARunSheetReader KVINDRARunSheetGUI::fReader
private

used to read runsheets

Definition at line 63 of file KVINDRARunSheetGUI.h.

◆ fRunList

KVListView* KVINDRARunSheetGUI::fRunList
private

TGListBox *fRunList;.

Definition at line 71 of file KVINDRARunSheetGUI.h.

◆ fSaveDB

TGTextButton* KVINDRARunSheetGUI::fSaveDB
private

Definition at line 79 of file KVINDRARunSheetGUI.h.

◆ fSelectedEntries

TList* KVINDRARunSheetGUI::fSelectedEntries
private

Definition at line 89 of file KVINDRARunSheetGUI.h.

◆ fSelectedRun

KVINDRADBRun* KVINDRARunSheetGUI::fSelectedRun
private

Definition at line 88 of file KVINDRARunSheetGUI.h.

◆ fSetSystem

TGTextButton* KVINDRARunSheetGUI::fSetSystem
private

Definition at line 76 of file KVINDRARunSheetGUI.h.

◆ fSetTrigger

TGTextButton* KVINDRARunSheetGUI::fSetTrigger
private

Definition at line 84 of file KVINDRARunSheetGUI.h.

◆ fUnSetSystem

TGTextButton* KVINDRARunSheetGUI::fUnSetSystem
private

Definition at line 77 of file KVINDRARunSheetGUI.h.

◆ fUpdate

TGTextButton* KVINDRARunSheetGUI::fUpdate
private

Definition at line 72 of file KVINDRARunSheetGUI.h.

◆ GUIenv

TEnv* KVINDRARunSheetGUI::GUIenv
private

Definition at line 61 of file KVINDRARunSheetGUI.h.