Ignore:
Timestamp:
10/15/02 17:02:46 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1528 r1540  
    8686#ifdef __MARS__
    8787#include "MReadTree.h"       // for setting progress bar
     88#include "MProgressBar.h"    // MProgressBar::GetBar
    8889#endif
    8990
     
    126127    enable ? SetBit(kIsOwner) : ResetBit(kIsOwner);
    127128}
     129
     130#ifdef __MARS__
     131// --------------------------------------------------------------------------
     132//
     133//  Specify an existing MProgressBar object. It will display the progress
     134//  graphically. This will make thing about 1-2% slower.
     135//
     136void MEvtLoop::SetProgressBar(MProgressBar *bar)
     137{
     138    fProgress = bar->GetBar();
     139}
     140#endif
    128141
    129142// --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.