Ignore:
Timestamp:
06/03/08 12:29:27 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r8899 r8917  
    6868#include <TEnv.h>                 // TEnv
    6969#include <TLine.h>                // TLine
     70#include <TMath.h>
    7071#include <TText.h>                // TText
    7172#include <TFile.h>                // gFile
     
    685686//
    686687MStatusDisplay::MStatusDisplay(Int_t w, Int_t h, Long_t t)
    687 : TGMainFrame(NULL, 1, 1), fName("MStatusDisplay"), fLog(&gLog), fBar(NULL), fTab(NULL), fTimer(this, t, kTRUE), fStatus(kLoopNone), fLogIdx(-1), fLogTimer(this, 250, kTRUE), fLogBox(NULL), fIsLocked(0)
     688: TGMainFrame((TGWindow*)((gClient?gClient:new TGClient),NULL), 1, 1), fName("MStatusDisplay"), fLog(&gLog), fBar(NULL), fTab(NULL), fTimer(this, t, kTRUE), fStatus(kLoopNone), fLogIdx(-1), fLogTimer(this, 250, kTRUE), fLogBox(NULL), fIsLocked(0)
    688689{
    689690    // p==NULL means: Take gClient->GetRoot() if not in batch mode
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.h

    r8899 r8917  
    225225     Int_t  SaveAs(TString name)        { return SaveAs(-1, name); }
    226226     Int_t  PrintPS() { return PrintPS(-1); }
     227     
     228     void SaveAs(const char *c, const Option_t *o) const { TGObject::SaveAs(c, o); }
    227229
    228230     Int_t  SaveAsPS(Int_t num, TString name="",  const TString addon="") { return SaveAsVGF(num, name, addon, "ps"); }
Note: See TracChangeset for help on using the changeset viewer.