Changeset 1938 for trunk/MagicSoft


Ignore:
Timestamp:
04/10/03 13:13:15 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r1937 r1938  
    3434    ~MContinue();
    3535
    36     //    void SetFilter(MFilter *filter) { if (!TestBit(kIsOwner)) MTask::SetFilter(filter); }
    37 
    3836    void SetInverted(Bool_t i=kTRUE);
    3937    Bool_t IsInverted() const;
  • trunk/MagicSoft/Mars/mbase/MFilter.cc

    r1936 r1938  
    2929//   This is a base class which defines an interface to create your own    //
    3030//   filters. To do it derive a class from MFilter.                        //
     31//                                                                         //
     32//   You can invert the meaning of a filter (logical NOT '!') by calling   //
     33//   SetInverted().                                                        //
    3134//                                                                         //
    3235//   You can create two types of Filters:                                  //
Note: See TracChangeset for help on using the changeset viewer.