Changeset 3507 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 03/15/04 16:54:54 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.h
r2897 r3507 33 33 class MStatusDisplay : public TGMainFrame 34 34 { 35 friend class MStatusArray; 35 36 public: 36 TString fName; // status display identifier (name) (gROOT->FindObject())37 TString fTitle; // status display title38 39 37 typedef enum { 40 38 // kFile … … 65 63 66 64 protected: 65 TString fName; // status display identifier (name) (gROOT->FindObject()) 66 TString fTitle; // status display title 67 67 68 MLog *fLog; 68 69 MGList *fList; … … 118 119 void DrawClonePad(TCanvas &newc, const TCanvas &oldc) const; 119 120 void CanvasSetFillColor(TPad &c, Int_t col) const; 121 Bool_t Display(const TObjArray &list); 120 122 121 123 void AddExtension(TString &name, const TString &ext, Int_t num) const;
Note:
See TracChangeset
for help on using the changeset viewer.