Representation of single item in the file browser. 
Definition at line 26 of file RSysFileItem.hxx.
 | 
| std::string  | fgid | 
|   | group id  
  | 
|   | 
| std::string  | ftype | 
|   | file attributes  
  | 
|   | 
| std::string  | fuid | 
|   | user id  
  | 
|   | 
| bool  | checked {false} | 
|   | is checked, not yet used  
  | 
|   | 
| bool  | expanded {false} | 
|   | is expanded  
  | 
|   | 
| std::string  | fsize | 
|   | item size  
  | 
|   | 
| std::string  | icon | 
|   | icon associated with item  
  | 
|   | 
| std::string  | mtime | 
|   | modification time  
  | 
|   | 
| std::string  | name | 
|   | item name  
  | 
|   | 
| int  | nchilds {0} | 
|   | number of childs  
  | 
|   | 
| std::string  | title | 
|   | item title  
  | 
|   | 
#include <ROOT/Browsable/RSysFileItem.hxx>
◆ RSysFileItem() [1/2]
  
  
      
        
          | ROOT::Experimental::Browsable::RSysFileItem::RSysFileItem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ RSysFileItem() [2/2]
  
  
      
        
          | ROOT::Experimental::Browsable::RSysFileItem::RSysFileItem  | 
          ( | 
          const std::string &  | 
          _name,  | 
         
        
           | 
           | 
          int  | 
          _nchilds  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~RSysFileItem()
  
  
      
        
          | virtual ROOT::Experimental::Browsable::RSysFileItem::~RSysFileItem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ Compare()
  
  
      
        
          | bool ROOT::Experimental::Browsable::RSysFileItem::Compare  | 
          ( | 
          const RItem *  | 
          b,  | 
         
        
           | 
           | 
          const std::string &  | 
          method  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ GetGid()
  
  
      
        
          | const std::string & ROOT::Experimental::Browsable::RSysFileItem::GetGid  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetType()
  
  
      
        
          | const std::string & ROOT::Experimental::Browsable::RSysFileItem::GetType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetUid()
  
  
      
        
          | const std::string & ROOT::Experimental::Browsable::RSysFileItem::GetUid  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ IsFolder()
  
  
      
        
          | bool ROOT::Experimental::Browsable::RSysFileItem::IsFolder  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ IsHidden()
  
  
      
        
          | bool ROOT::Experimental::Browsable::RSysFileItem::IsHidden  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ SetGid()
  
  
      
        
          | void ROOT::Experimental::Browsable::RSysFileItem::SetGid  | 
          ( | 
          const std::string &  | 
          _gid | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetType()
  
  
      
        
          | void ROOT::Experimental::Browsable::RSysFileItem::SetType  | 
          ( | 
          const std::string &  | 
          _type | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetUid()
  
  
      
        
          | void ROOT::Experimental::Browsable::RSysFileItem::SetUid  | 
          ( | 
          const std::string &  | 
          _uid | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ RSysDirLevelIter
◆ fgid
  
  
      
        
          | std::string ROOT::Experimental::Browsable::RSysFileItem::fgid | 
         
       
   | 
  
protected   | 
  
 
 
◆ ftype
  
  
      
        
          | std::string ROOT::Experimental::Browsable::RSysFileItem::ftype | 
         
       
   | 
  
protected   | 
  
 
 
◆ fuid
  
  
      
        
          | std::string ROOT::Experimental::Browsable::RSysFileItem::fuid | 
         
       
   | 
  
protected   | 
  
 
 
◆ gid
  
  
      
        
          | int ROOT::Experimental::Browsable::RSysFileItem::gid {0} | 
         
       
   | 
  
private   | 
  
 
 
◆ isdir
  
  
      
        
          | bool ROOT::Experimental::Browsable::RSysFileItem::isdir {false} | 
         
       
   | 
  
private   | 
  
 
 
◆ islink
  
  
      
        
          | bool ROOT::Experimental::Browsable::RSysFileItem::islink {false} | 
         
       
   | 
  
private   | 
  
 
 
◆ modtime
  
  
      
        
          | long ROOT::Experimental::Browsable::RSysFileItem::modtime {0} | 
         
       
   | 
  
private   | 
  
 
 
◆ size
  
  
      
        
          | int64_t ROOT::Experimental::Browsable::RSysFileItem::size {0} | 
         
       
   | 
  
private   | 
  
 
 
◆ type
  
  
      
        
          | int ROOT::Experimental::Browsable::RSysFileItem::type {0} | 
         
       
   | 
  
private   | 
  
 
 
◆ uid
  
  
      
        
          | int ROOT::Experimental::Browsable::RSysFileItem::uid {0} | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: