Representation of an RNTuple item in the browser.
Definition at line 23 of file RNTupleItem.hxx.
Public Types | |
| enum | ECategory { kField , kVisualization } |
Public Member Functions | |
| RNTupleItem ()=default | |
| RNTupleItem (const std::string &_name, int _nchilds=0, const std::string &_icon="", ECategory _category=kField) | |
| virtual | ~RNTupleItem ()=default |
| bool | Compare (const RItem *b, const std::string &s) const override |
| const std::string & | GetIcon () const |
| const std::string & | GetMTime () const |
| const std::string & | GetName () const |
| const std::string & | GetSize () const |
| const std::string & | GetTitle () const |
| bool | IsField () const |
| virtual bool | IsFolder () const |
| virtual bool | IsHidden () const |
| bool | IsVisualization () const |
| void | SetChecked (bool on=true) |
| void | SetExpanded (bool on=true) |
| void | SetIcon (const std::string &_icon) |
| void | SetMTime (const std::string &_mtime) |
| void | SetName (const std::string &_name) |
| void | SetSize (const std::string &_size) |
| void | SetSize (Long64_t _size) |
| void | SetTitle (const std::string &_title) |
Protected Attributes | |
| ECategory | category {kField} |
| 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 | |
| Enumerator | |
|---|---|
| kField | |
| kVisualization | |
Definition at line 25 of file RNTupleItem.hxx.
|
default |
|
inline |
Definition at line 31 of file RNTupleItem.hxx.
|
virtualdefault |
|
inlineoverridevirtual |
Reimplemented from ROOT::Browsable::RItem.
Definition at line 41 of file RNTupleItem.hxx.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 39 of file RNTupleItem.hxx.
|
inlinevirtualinherited |
Reimplemented in ROOT::Browsable::RSysFileItem.
|
inlinevirtualinherited |
Reimplemented in ROOT::Browsable::RSysFileItem.
|
inline |
Definition at line 38 of file RNTupleItem.hxx.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 50 of file RNTupleItem.hxx.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |