Representation of single item in the file browser.
Definition at line 25 of file RSysFileItem.hxx.
|
| bool | checked {false} |
| | is checked, not yet used
|
| bool | expanded {false} |
| | is expanded
|
| std::string | fgid |
| | group id
|
| std::string | fsize |
| | item size
|
| std::string | ftype |
| | file attributes
|
| std::string | fuid |
| | user id
|
| 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::Browsable::RSysFileItem::RSysFileItem |
( |
| ) |
|
|
default |
◆ RSysFileItem() [2/2]
| ROOT::Browsable::RSysFileItem::RSysFileItem |
( |
const std::string & | _name, |
|
|
int | _nchilds ) |
|
inline |
◆ ~RSysFileItem()
| virtual ROOT::Browsable::RSysFileItem::~RSysFileItem |
( |
| ) |
|
|
virtualdefault |
◆ Compare()
| bool ROOT::Browsable::RSysFileItem::Compare |
( |
const RItem * | b, |
|
|
const std::string & | method ) const |
|
inlineoverridevirtual |
◆ GetGid()
| const std::string & ROOT::Browsable::RSysFileItem::GetGid |
( |
| ) |
const |
|
inline |
◆ GetIcon()
| const std::string & ROOT::Browsable::RItem::GetIcon |
( |
| ) |
const |
|
inlineinherited |
◆ GetMTime()
| const std::string & ROOT::Browsable::RItem::GetMTime |
( |
| ) |
const |
|
inlineinherited |
◆ GetName()
| const std::string & ROOT::Browsable::RItem::GetName |
( |
| ) |
const |
|
inlineinherited |
◆ GetSize()
| const std::string & ROOT::Browsable::RItem::GetSize |
( |
| ) |
const |
|
inlineinherited |
◆ GetTitle()
| const std::string & ROOT::Browsable::RItem::GetTitle |
( |
| ) |
const |
|
inlineinherited |
◆ GetType()
| const std::string & ROOT::Browsable::RSysFileItem::GetType |
( |
| ) |
const |
|
inline |
◆ GetUid()
| const std::string & ROOT::Browsable::RSysFileItem::GetUid |
( |
| ) |
const |
|
inline |
◆ IsFolder()
| bool ROOT::Browsable::RSysFileItem::IsFolder |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ IsHidden()
| bool ROOT::Browsable::RSysFileItem::IsHidden |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ SetChecked()
| void ROOT::Browsable::RItem::SetChecked |
( |
bool | on = true | ) |
|
|
inlineinherited |
◆ SetExpanded()
| void ROOT::Browsable::RItem::SetExpanded |
( |
bool | on = true | ) |
|
|
inlineinherited |
◆ SetGid()
| void ROOT::Browsable::RSysFileItem::SetGid |
( |
const std::string & | _gid | ) |
|
|
inline |
◆ SetIcon()
| void ROOT::Browsable::RItem::SetIcon |
( |
const std::string & | _icon | ) |
|
|
inlineinherited |
◆ SetMTime()
| void ROOT::Browsable::RItem::SetMTime |
( |
const std::string & | _mtime | ) |
|
|
inlineinherited |
◆ SetName()
| void ROOT::Browsable::RItem::SetName |
( |
const std::string & | _name | ) |
|
|
inlineinherited |
◆ SetSize() [1/2]
| void ROOT::Browsable::RItem::SetSize |
( |
const std::string & | _size | ) |
|
|
inlineinherited |
◆ SetSize() [2/2]
| void ROOT::Browsable::RItem::SetSize |
( |
Long64_t | _size | ) |
|
|
inlineinherited |
◆ SetTitle()
| void ROOT::Browsable::RItem::SetTitle |
( |
const std::string & | _title | ) |
|
|
inlineinherited |
◆ SetType()
| void ROOT::Browsable::RSysFileItem::SetType |
( |
const std::string & | _type | ) |
|
|
inline |
◆ SetUid()
| void ROOT::Browsable::RSysFileItem::SetUid |
( |
const std::string & | _uid | ) |
|
|
inline |
◆ RSysDirLevelIter
| friend class RSysDirLevelIter |
|
friend |
◆ checked
| bool ROOT::Browsable::RItem::checked {false} |
|
protectedinherited |
is checked, not yet used
Definition at line 31 of file RItem.hxx.
◆ expanded
| bool ROOT::Browsable::RItem::expanded {false} |
|
protectedinherited |
◆ fgid
| std::string ROOT::Browsable::RSysFileItem::fgid |
|
protected |
◆ fsize
| std::string ROOT::Browsable::RItem::fsize |
|
protectedinherited |
◆ ftype
| std::string ROOT::Browsable::RSysFileItem::ftype |
|
protected |
◆ fuid
| std::string ROOT::Browsable::RSysFileItem::fuid |
|
protected |
◆ gid
| int ROOT::Browsable::RSysFileItem::gid {0} |
|
private |
◆ icon
| std::string ROOT::Browsable::RItem::icon |
|
protectedinherited |
icon associated with item
Definition at line 27 of file RItem.hxx.
◆ isdir
| bool ROOT::Browsable::RSysFileItem::isdir {false} |
|
private |
◆ islink
| bool ROOT::Browsable::RSysFileItem::islink {false} |
|
private |
◆ modtime
| long ROOT::Browsable::RSysFileItem::modtime {0} |
|
private |
◆ mtime
| std::string ROOT::Browsable::RItem::mtime |
|
protectedinherited |
modification time
Definition at line 30 of file RItem.hxx.
◆ name
| std::string ROOT::Browsable::RItem::name |
|
protectedinherited |
◆ nchilds
| int ROOT::Browsable::RItem::nchilds {0} |
|
protectedinherited |
number of childs
Definition at line 26 of file RItem.hxx.
◆ size
| int64_t ROOT::Browsable::RSysFileItem::size {0} |
|
private |
◆ title
| std::string ROOT::Browsable::RItem::title |
|
protectedinherited |
◆ type
| int ROOT::Browsable::RSysFileItem::type {0} |
|
private |
◆ uid
| int ROOT::Browsable::RSysFileItem::uid {0} |
|
private |
The documentation for this class was generated from the following file: