Ignore:
Timestamp:
06/23/03 11:01:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2098 r2206  
    2828    MTaskList *fTaskList;      //!
    2929
    30     TGProgressBar   *fProgress;  //!
     30    TGProgressBar *fProgress;  //!
    3131
    3232    enum { kIsOwner = BIT(14) };
     
    4343    virtual ~MEvtLoop();
    4444
    45     void       SetParList(MParList *p)  { fParList = p; }
    46     MParList  *GetParList() const       { return fParList; }
    47     MTaskList *GetTaskList() const      { return fTaskList; }
     45    void       SetParList(MParList *p);
     46    MParList  *GetParList() const  { return fParList; }
     47    MTaskList *GetTaskList() const { return fTaskList; }
    4848
    4949    MTask *FindTask(const char *name) const;
     
    5454    void SetOwner(Bool_t enable=kTRUE);
    5555
    56     void SetProgressBar(TGProgressBar *bar) { fProgress = bar; }
     56    void SetProgressBar(TGProgressBar *bar);
    5757#ifdef __MARS__
    5858    void SetProgressBar(MProgressBar *bar);
     
    7777    Bool_t WriteEnv(TEnv &env, TString prefix="", Bool_t print=kFALSE) const;
    7878
     79    void RecursiveRemove(TObject *obj);
     80
    7981    ClassDef(MEvtLoop, 1) // Class to execute the tasks in a tasklist
    8082};
    8183
     84// FIXME: Move as (persistent) static data member to MParContainer
    8285R__EXTERN TList *gListOfPrimitives; // instantiation in MEvtLoop
    8386
Note: See TracChangeset for help on using the changeset viewer.