Public Member Functions | |
RItem ()=default | |
RItem (const std::string &_name, int _nchilds=0, const std::string &_icon="") | |
virtual | ~RItem ()=default |
virtual bool | Compare (const RItem *b, const std::string &) const |
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 |
virtual bool | IsFolder () const |
virtual bool | IsHidden () 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 | |
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/RItem.hxx>
|
default |
|
virtualdefault |
|
inlinevirtual |
Reimplemented in ROOT::Browsable::RSysFileItem.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Reimplemented in ROOT::Browsable::RSysFileItem.
Reimplemented in ROOT::Browsable::RSysFileItem.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |