9#ifndef ROOT7_Browsabl_RSysFileItem 
   10#define ROOT7_Browsabl_RSysFileItem 
   18class RSysDirLevelIter;
 
   71      if ((
n.length() == 0) || (
n[0] != 
'.')) 
return false;
 
   72      return (
n != 
".") && (
n != 
"..");
 
 
   83            return size < fb->size;
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Representation of single item in the browser.
 
const std::string & GetName() const
 
Iterator over files in in sub-directory.
 
Representation of single item in the file browser.
 
const std::string & GetUid() const
 
std::string ftype
file attributes
 
void SetType(const std::string &_type)
 
const std::string & GetType() const
 
void SetUid(const std::string &_uid)
 
RSysFileItem(const std::string &_name, int _nchilds)
 
RSysFileItem()=default
Default constructor.
 
bool Compare(const RItem *b, const std::string &method) const override
 
bool isdir
! true if directory
 
const std::string & GetGid() const
 
void SetGid(const std::string &_gid)
 
virtual ~RSysFileItem()=default
 
bool IsHidden() const override
 
bool islink
! true if symbolic link
 
long modtime
! modification time
 
bool IsFolder() const override
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...