59 if (!
strcmp(classname,
"TSystemDirectory") ||
60 !
strcmp(classname,
"TSystemFile")) {
85 b->ExecuteDefaultAction(
this);
89 if (
b->GetRefreshFlag())
94 if (obj->
IsA()->GetMethodWithPrototype(
"SetDirectory",
"TDirectory*"))
101 if (
b->GetRefreshFlag())
108 file =
robj->GetName();
117 if (
b->GetRefreshFlag())
R__EXTERN TApplication * gApplication
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TSystem * gSystem
Using a TBrowser one can browse all ROOT objects.
Buffer base class used for serializing objects.
The TNamed class is the base class for all named ROOT classes.
const char * GetName() const override
Returns name of object.
void Streamer(TBuffer &) override
Stream an object of class TObject.
const char * GetTitle() const override
Returns title of object.
virtual void SetName(const char *name)
Set the name of the TNamed.
Mother of all ROOT objects.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual TClass * IsA() const
The TRemoteObject class provides protocol for browsing ROOT objects from a remote ROOT session.
virtual ~TRemoteObject()
Delete remote object.
TList * Browse()
Browse OS system directories.
Bool_t GetFileStat(FileStat_t *sbuf)
Get remote file status.
TRemoteObject()
Create a remote object.
void Streamer(TBuffer &) override
Remote object streamer.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
Describes an Operating System directory for the browser.
virtual TList * GetListOfFiles() const
Returns a TList of TSystemFile objects representing the contents of the directory.
A TSystemFile describes an operating system file.
virtual Bool_t IsDirectory(const char *dir=nullptr) const
Check if object is a directory.
int GetPathInfo(const char *path, Long_t *id, Long_t *size, Long_t *flags, Long_t *modtime)
Get info about a file: id, size, flags, modification time.
virtual const char * BaseName(const char *pathname)
Base name of a file name. Base name of /user/root is root.
virtual const char * WorkingDirectory()
Return working directory.
virtual TString GetDirName(const char *pathname)
Return the directory name in pathname.