Changeset 9580 for trunk/MagicSoft/Mars/mbase/MStatusArray.h
- Timestamp:
- 05/05/10 10:03:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusArray.h
r9532 r9580 20 20 21 21 void SetCleanup(TObject *obj) const; 22 voidRecursiveDelete(TVirtualPad *p, const char id=0) const;22 Bool_t RecursiveDelete(TVirtualPad *p, const char id=0) const; 23 23 24 24 void SetCanDelete(const TCollection *list) const; … … 27 27 void PrintObjectsInPad(const TCollection *list, const TString &name, Int_t lvl=0) const; 28 28 TObject *FindObjectInPad(TVirtualPad *pad, const char *object, TClass *base) const; 29 void RecursiveRemove(TCollection *c, TObject *o); 29 30 30 31 public: … … 62 63 void Delete(Option_t *option=""); 63 64 64 void RecursiveRemove(TVirtualPad *p, TObject *o);65 65 void RecursiveRemove(TObject *o); 66 66
Note:
See TracChangeset
for help on using the changeset viewer.