12#ifndef ROOT_TSystemFile
13#define ROOT_TSystemFile
35 TSystemFile(
const char *filename,
const char *dirname);
40 virtual void Copy(
const char *to);
41 virtual void Move(
const char *to);
50 virtual void Dump()
const;
#define ClassDef(name, id)
Using a TBrowser one can browse all ROOT objects.
The TNamed class is the base class for all named ROOT classes.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
virtual void SetName(const char *name)
Set the name of the TNamed.
Mother of all ROOT objects.
const char * Data() const
A TSystemFile describes an operating system file.
TSystemFile()
TSystemFile default constructor.
virtual void Move(const char *to)
move this file
void SetDrawOption(Option_t *)
Set drawing option for object.
void Delete(Option_t *)
Delete this object.
virtual void Delete()
delete this file
virtual void Rename(const char *name)
rename this file
virtual void Edit()
Invoke text editor on this file.
void Copy(TObject &) const
Copy this to obj.
virtual void Browse(TBrowser *b)
Execute default action for this system file (action is specified in the $HOME/.root....
virtual void SetIconName(const char *name)
virtual void Copy(const char *to)
copy this file
virtual void Inspect() const
inspect this file
const char * GetIconName() const
Returns mime type name of object.
virtual void Dump() const
dump this file
void DrawClass() const
Draw class inheritance tree of the class to which this object belongs.
virtual Bool_t IsDirectory(const char *dir=0) const
Check if object is a directory.
TObject * DrawClone(Option_t *) const
Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad...
virtual ~TSystemFile()
Delete TSystemFile object.
void SetTitle(const char *title)
Set the title of the TNamed.
void SetName(const char *name)
Set the name of the TNamed.