Representation of single item in the file browser for generic TObject object.
- Author
- Sergey Linev S.Lin.nosp@m.ev@g.nosp@m.si.de
- Date
- 2019-10-19
- Warning
- This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
Definition at line 27 of file TObjectItem.hxx.
#include <ROOT/Browsable/TObjectItem.hxx>
◆ TObjectItem() [1/2]
| ROOT::Browsable::TObjectItem::TObjectItem |
( |
| ) |
|
|
default |
◆ TObjectItem() [2/2]
| ROOT::Browsable::TObjectItem::TObjectItem |
( |
const std::string & | _name, |
|
|
int | _nchilds ) |
|
inline |
◆ ~TObjectItem()
| virtual ROOT::Browsable::TObjectItem::~TObjectItem |
( |
| ) |
|
|
virtualdefault |
◆ Compare()
| virtual bool ROOT::Browsable::RItem::Compare |
( |
const RItem * | b, |
|
|
const std::string & | ) const |
|
inlinevirtualinherited |
◆ GetClassName()
| const std::string & ROOT::Browsable::TObjectItem::GetClassName |
( |
| ) |
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 |
◆ IsFolder()
| virtual bool ROOT::Browsable::RItem::IsFolder |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ IsHidden()
| virtual bool ROOT::Browsable::RItem::IsHidden |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ SetChecked()
| void ROOT::Browsable::RItem::SetChecked |
( |
bool | on = true | ) |
|
|
inlineinherited |
◆ SetClassName()
| void ROOT::Browsable::TObjectItem::SetClassName |
( |
const std::string & | _className | ) |
|
|
inline |
◆ SetExpanded()
| void ROOT::Browsable::RItem::SetExpanded |
( |
bool | on = true | ) |
|
|
inlineinherited |
◆ 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 |
◆ checked
| bool ROOT::Browsable::RItem::checked {false} |
|
protectedinherited |
is checked, not yet used
Definition at line 31 of file RItem.hxx.
◆ className
| std::string ROOT::Browsable::TObjectItem::className |
|
private |
◆ expanded
| bool ROOT::Browsable::RItem::expanded {false} |
|
protectedinherited |
◆ fsize
| std::string ROOT::Browsable::RItem::fsize |
|
protectedinherited |
◆ icon
| std::string ROOT::Browsable::RItem::icon |
|
protectedinherited |
icon associated with item
Definition at line 27 of file RItem.hxx.
◆ 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.
◆ title
| std::string ROOT::Browsable::RItem::title |
|
protectedinherited |
The documentation for this class was generated from the following file: