Ignore:
Timestamp:
03/15/04 16:54:54 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.h

    r2897 r3507  
    3333class MStatusDisplay : public TGMainFrame
    3434{
     35    friend class MStatusArray;
    3536public:
    36     TString fName;        // status display identifier (name) (gROOT->FindObject())
    37     TString fTitle;       // status display title
    38 
    3937    typedef enum {
    4038        // kFile
     
    6563
    6664protected:
     65    TString fName;  // status display identifier (name) (gROOT->FindObject())
     66    TString fTitle; // status display title
     67
    6768    MLog             *fLog;
    6869    MGList           *fList;
     
    118119    void DrawClonePad(TCanvas &newc, const TCanvas &oldc) const;
    119120    void CanvasSetFillColor(TPad &c, Int_t col) const;
     121    Bool_t Display(const TObjArray &list);
    120122
    121123    void AddExtension(TString &name, const TString &ext, Int_t num) const;
Note: See TracChangeset for help on using the changeset viewer.