58 if (!strcmp(classname,
"TSystemDirectory") ||
59 !strcmp(classname,
"TSystemFile")) {
84 b->ExecuteDefaultAction(
this);
88 if (
b->GetRefreshFlag())
100 if (
b->GetRefreshFlag())
116 if (
b->GetRefreshFlag())
159 if (!strcmp(fname.
Data(),
"."))
161 else if (!strcmp(fname.
Data(),
".."))
167 sdirpath += fname.
Data();
bool Bool_t
Boolean (0=false, 1=true) (bool).
long long Long64_t
Portable signed long integer 8 bytes.
externTApplication * gApplication
Using a TBrowser one can browse all ROOT objects.
Buffer base class used for serializing objects.
TMethod * GetMethodWithPrototype(const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch)
Find the method with a given prototype.
void Add(TObject *obj) override
virtual void Sort(Bool_t order=kSortAscending)
Sort linked list.
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.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
virtual TClass * IsA() const
TObject()
TObject constructor.
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.
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string.
const char * Data() const
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.