Changeset 1086 for trunk/MagicSoft/Mars/mbase/MReadTree.h
- Timestamp:
- 11/16/01 15:59:05 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MReadTree.h
r1084 r1086 24 24 TList *fNotify; // List of TObjects to notify when switching files 25 25 26 TGProgressBar *fProgress; //Possible display of status26 TGProgressBar *fProgress; //! Possible display of status 27 27 28 28 void SetBranchStatus(const TList *list, Bool_t status); … … 32 32 void EnableBranches(MParList *plist); 33 33 void EnableBranchChoosing(); 34 35 virtual void SetReadyToSave(Bool_t flag=kTRUE); 34 36 35 37 enum { kIsOwner = BIT(14) }; … … 58 60 virtual void AddNotify(TObject *obj); 59 61 virtual void SetOwner(Bool_t flag=kTRUE); 60 virtual void SetReadyToSave(Bool_t flag=kTRUE);61 62 virtual void Print(Option_t *opt="") const; 62 63
Note:
See TracChangeset
for help on using the changeset viewer.