Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Browsable::TKeyItem Class Reference

Representation of single item in the file browser for object from TKey.

Definition at line 24 of file TKeyItem.hxx.

Public Member Functions

 TKeyItem ()=default
 TKeyItem (const std::string &_name, int _nchilds)
virtual ~TKeyItem ()=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 SetClassName (const std::string &_className)
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

Private Attributes

std::string className
 class name

#include <ROOT/Browsable/TKeyItem.hxx>

Inheritance diagram for ROOT::Browsable::TKeyItem:
ROOT::Browsable::RItem

Constructor & Destructor Documentation

◆ TKeyItem() [1/2]

ROOT::Browsable::TKeyItem::TKeyItem ( )
default

◆ TKeyItem() [2/2]

ROOT::Browsable::TKeyItem::TKeyItem ( const std::string & _name,
int _nchilds )
inline

Definition at line 31 of file TKeyItem.hxx.

◆ ~TKeyItem()

virtual ROOT::Browsable::TKeyItem::~TKeyItem ( )
virtualdefault

Member Function Documentation

◆ Compare()

virtual bool ROOT::Browsable::RItem::Compare ( const RItem * b,
const std::string &  ) const
inlinevirtualinherited

Reimplemented in ROOT::Browsable::RNTupleItem, and ROOT::Browsable::RSysFileItem.

Definition at line 73 of file RItem.hxx.

◆ GetIcon()

const std::string & ROOT::Browsable::RItem::GetIcon ( ) const
inlineinherited

Definition at line 41 of file RItem.hxx.

◆ GetMTime()

const std::string & ROOT::Browsable::RItem::GetMTime ( ) const
inlineinherited

Definition at line 44 of file RItem.hxx.

◆ GetName()

const std::string & ROOT::Browsable::RItem::GetName ( ) const
inlineinherited

Definition at line 40 of file RItem.hxx.

◆ GetSize()

const std::string & ROOT::Browsable::RItem::GetSize ( ) const
inlineinherited

Definition at line 43 of file RItem.hxx.

◆ GetTitle()

const std::string & ROOT::Browsable::RItem::GetTitle ( ) const
inlineinherited

Definition at line 42 of file RItem.hxx.

◆ IsFolder()

virtual bool ROOT::Browsable::RItem::IsFolder ( ) const
inlinevirtualinherited

Reimplemented in ROOT::Browsable::RSysFileItem.

Definition at line 46 of file RItem.hxx.

◆ IsHidden()

virtual bool ROOT::Browsable::RItem::IsHidden ( ) const
inlinevirtualinherited

Reimplemented in ROOT::Browsable::RSysFileItem.

Definition at line 47 of file RItem.hxx.

◆ SetChecked()

void ROOT::Browsable::RItem::SetChecked ( bool on = true)
inlineinherited

Definition at line 49 of file RItem.hxx.

◆ SetClassName()

void ROOT::Browsable::TKeyItem::SetClassName ( const std::string & _className)
inline

Definition at line 36 of file TKeyItem.hxx.

◆ SetExpanded()

void ROOT::Browsable::RItem::SetExpanded ( bool on = true)
inlineinherited

Definition at line 50 of file RItem.hxx.

◆ SetIcon()

void ROOT::Browsable::RItem::SetIcon ( const std::string & _icon)
inlineinherited

Definition at line 54 of file RItem.hxx.

◆ SetMTime()

void ROOT::Browsable::RItem::SetMTime ( const std::string & _mtime)
inlineinherited

Definition at line 56 of file RItem.hxx.

◆ SetName()

void ROOT::Browsable::RItem::SetName ( const std::string & _name)
inlineinherited

Definition at line 52 of file RItem.hxx.

◆ SetSize() [1/2]

void ROOT::Browsable::RItem::SetSize ( const std::string & _size)
inlineinherited

Definition at line 55 of file RItem.hxx.

◆ SetSize() [2/2]

void ROOT::Browsable::RItem::SetSize ( Long64_t _size)
inlineinherited

Definition at line 58 of file RItem.hxx.

◆ SetTitle()

void ROOT::Browsable::RItem::SetTitle ( const std::string & _title)
inlineinherited

Definition at line 53 of file RItem.hxx.

Member Data Documentation

◆ 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::TKeyItem::className
private

class name

Definition at line 25 of file TKeyItem.hxx.

◆ expanded

bool ROOT::Browsable::RItem::expanded {false}
protectedinherited

is expanded

Definition at line 32 of file RItem.hxx.

◆ fsize

std::string ROOT::Browsable::RItem::fsize
protectedinherited

item size

Definition at line 29 of file RItem.hxx.

◆ 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

item name

Definition at line 25 of file RItem.hxx.

◆ 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

item title

Definition at line 28 of file RItem.hxx.


The documentation for this class was generated from the following file: