Public Member Functions | |
| ~TFndGTransientProgress () | |
| void | UpdateGUI () |
| void | DoCancel () |
| void | SetTitle (const TString &tit) |
| void | ReSetStatusMessage (TString msg="") |
| void | SetProgressBar (const Float_t &pos_perc) |
| void | SetProgressBar (const Float_t ¤t, const Float_t &total) |
| Bool_t | IsCancelled () |
Protected Member Functions | |
| void | BuildGUI () |
| void | MakeConnections () |
| void | DisplayGUI () |
Protected Attributes | |
| TGVerticalFrame * | fFrmVert |
| TGStatusBar * | fStatBar |
| TGHProgressBar * | fPrgBar |
| TGLabel * | fLblTitle |
| TGTextButton * | fTxtButCancel |
| Bool_t | fIsCancelled |
Definition at line 225 of file TFndBaseMonGUI.h.
1.5.2