11#ifndef ROOT_TSystemDirectory
12#define ROOT_TSystemDirectory
59 virtual void Copy(
const char *) {}
60 virtual void Move(
const char *) {}
#define ClassDef(name, id)
Using a TBrowser one can browse all ROOT objects.
Mother of all ROOT objects.
Describes an Operating System directory for the browser.
virtual TList * GetListOfFiles() const
Returns a TList of TSystemFile objects representing the contents of the directory.
TSystemDirectory & operator=(const TSystemDirectory &)
Assignment operator.
virtual void SetDirectory(const char *name)
Create a system directory object.
void Delete(Option_t *)
Delete this object.
void DrawClass() const
Draw class inheritance tree of the class to which this object belongs.
void SetDrawOption(Option_t *)
Set drawing option for object.
virtual void Delete()
delete this file
void SetName(const char *name)
Set the name of the TNamed.
virtual void Edit()
Invoke text editor on this file.
virtual ~TSystemDirectory()
Delete system directory object.
virtual void Move(const char *)
move this file
TSystemFile * FindFileObj(const char *name, const char *dir)
Method that returns system file object if it exists in list, 0 otherwise.
TSystemDirectory()
Create a system directory object.
Bool_t IsItDirectory(const char *name) const
Check if name is a directory.
void SetTitle(const char *title)
Set the title of the TNamed.
virtual Bool_t IsDirectory(const char *=0) const
Check if object is a directory.
virtual Bool_t IsFolder() const
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects).
TOrdCollection * fFilesInBrowser
TObject * DrawClone(Option_t *) const
Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad...
TSystemDirectory * FindDirObj(const char *name)
Method that returns system directory object if it exists in list, 0 otherwise.
virtual void Copy(const char *)
copy this file
void Copy(TObject &) const
Copy this to obj.
virtual void Browse(TBrowser *b)
Browse OS system directories.
TOrdCollection * fDirsInBrowser
A TSystemFile describes an operating system file.
void SetTitle(const char *title)
Set the title of the TNamed.
void SetName(const char *name)
Set the name of the TNamed.