Representation of single item in the browser.
Definition at line 23 of file RItem.hxx.
#include <ROOT/Browsable/RItem.hxx>
◆ RItem() [1/2]
ROOT::Browsable::RItem::RItem |
( |
| ) |
|
|
default |
◆ RItem() [2/2]
ROOT::Browsable::RItem::RItem |
( |
const std::string & |
_name, |
|
|
int |
_nchilds = 0 , |
|
|
const std::string & |
_icon = "" |
|
) |
| |
|
inline |
◆ ~RItem()
virtual ROOT::Browsable::RItem::~RItem |
( |
| ) |
|
|
virtualdefault |
◆ Compare()
virtual bool ROOT::Browsable::RItem::Compare |
( |
const RItem * |
b, |
|
|
const std::string & |
|
|
) |
| const |
|
inlinevirtual |
◆ GetIcon()
const std::string & ROOT::Browsable::RItem::GetIcon |
( |
| ) |
const |
|
inline |
◆ GetMTime()
const std::string & ROOT::Browsable::RItem::GetMTime |
( |
| ) |
const |
|
inline |
◆ GetName()
const std::string & ROOT::Browsable::RItem::GetName |
( |
| ) |
const |
|
inline |
◆ GetSize()
const std::string & ROOT::Browsable::RItem::GetSize |
( |
| ) |
const |
|
inline |
◆ GetTitle()
const std::string & ROOT::Browsable::RItem::GetTitle |
( |
| ) |
const |
|
inline |
◆ IsFolder()
virtual bool ROOT::Browsable::RItem::IsFolder |
( |
| ) |
const |
|
inlinevirtual |
◆ IsHidden()
virtual bool ROOT::Browsable::RItem::IsHidden |
( |
| ) |
const |
|
inlinevirtual |
◆ SetChecked()
void ROOT::Browsable::RItem::SetChecked |
( |
bool |
on = true | ) |
|
|
inline |
◆ SetExpanded()
void ROOT::Browsable::RItem::SetExpanded |
( |
bool |
on = true | ) |
|
|
inline |
◆ SetIcon()
void ROOT::Browsable::RItem::SetIcon |
( |
const std::string & |
_icon | ) |
|
|
inline |
◆ SetMTime()
void ROOT::Browsable::RItem::SetMTime |
( |
const std::string & |
_mtime | ) |
|
|
inline |
◆ SetName()
void ROOT::Browsable::RItem::SetName |
( |
const std::string & |
_name | ) |
|
|
inline |
◆ SetSize() [1/2]
void ROOT::Browsable::RItem::SetSize |
( |
const std::string & |
_size | ) |
|
|
inline |
◆ SetSize() [2/2]
void ROOT::Browsable::RItem::SetSize |
( |
Long64_t |
_size | ) |
|
|
inline |
◆ SetTitle()
void ROOT::Browsable::RItem::SetTitle |
( |
const std::string & |
_title | ) |
|
|
inline |
◆ checked
bool ROOT::Browsable::RItem::checked {false} |
|
protected |
is checked, not yet used
Definition at line 31 of file RItem.hxx.
◆ expanded
bool ROOT::Browsable::RItem::expanded {false} |
|
protected |
◆ fsize
std::string ROOT::Browsable::RItem::fsize |
|
protected |
◆ icon
std::string ROOT::Browsable::RItem::icon |
|
protected |
icon associated with item
Definition at line 27 of file RItem.hxx.
◆ mtime
std::string ROOT::Browsable::RItem::mtime |
|
protected |
modification time
Definition at line 30 of file RItem.hxx.
◆ name
std::string ROOT::Browsable::RItem::name |
|
protected |
◆ nchilds
int ROOT::Browsable::RItem::nchilds {0} |
|
protected |
number of childs
Definition at line 26 of file RItem.hxx.
◆ title
std::string ROOT::Browsable::RItem::title |
|
protected |
The documentation for this class was generated from the following file: