Representation of single item in the geometry browser.
Definition at line 88 of file RGeomData.hxx.
|
| bool | checked {false} |
| | is checked, not yet used
|
| std::string | color |
| | color
|
| bool | expanded {false} |
| | is expanded
|
| std::string | fsize |
| | item size
|
| std::string | icon |
| | icon associated with item
|
| int | id {0} |
| | node id
|
| std::string | material |
| | material
|
| std::string | mtime |
| | modification time
|
| std::string | name |
| | item name
|
| int | nchilds {0} |
| | number of childs
|
| int | pvis {0} |
| | visibility of physical node
|
| std::string | title |
| | item title
|
| bool | top {false} |
| | indicates if node selected as top
|
| int | vis {0} |
| | visibility of logical node
|
#include <ROOT/RGeomData.hxx>
◆ RGeoItem() [1/2]
| ROOT::RGeoItem::RGeoItem |
( |
| ) |
|
|
default |
◆ RGeoItem() [2/2]
| ROOT::RGeoItem::RGeoItem |
( |
const std::string & | _name, |
|
|
int | _nchilds, |
|
|
int | _nodeid, |
|
|
const std::string & | _color, |
|
|
const std::string & | _material = "", |
|
|
int | _vis = 0, |
|
|
int | _pvis = 0 ) |
|
inline |
◆ ~RGeoItem()
| ROOT::RGeoItem::~RGeoItem |
( |
| ) |
|
|
overridedefault |
◆ Compare()
| virtual bool ROOT::Browsable::RItem::Compare |
( |
const RItem * | b, |
|
|
const std::string & | ) const |
|
inlinevirtualinherited |
◆ 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 |
◆ SetExpanded()
| void ROOT::Browsable::RItem::SetExpanded |
( |
bool | on = true | ) |
|
|
inlineinherited |
◆ SetIcon()
| void ROOT::Browsable::RItem::SetIcon |
( |
const std::string & | _icon | ) |
|
|
inlineinherited |
◆ SetLogicalVisibility()
| void ROOT::RGeoItem::SetLogicalVisibility |
( |
int | logicalVis | ) |
|
|
inline |
◆ SetMTime()
| void ROOT::Browsable::RItem::SetMTime |
( |
const std::string & | _mtime | ) |
|
|
inlineinherited |
◆ SetName()
| void ROOT::Browsable::RItem::SetName |
( |
const std::string & | _name | ) |
|
|
inlineinherited |
◆ SetPhysicalVisibility()
| void ROOT::RGeoItem::SetPhysicalVisibility |
( |
int | physicalVis | ) |
|
|
inline |
◆ 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 |
◆ SetTop()
| void ROOT::RGeoItem::SetTop |
( |
bool | on = true | ) |
|
|
inline |
◆ checked
| bool ROOT::Browsable::RItem::checked {false} |
|
protectedinherited |
is checked, not yet used
Definition at line 31 of file RItem.hxx.
◆ color
| std::string ROOT::RGeoItem::color |
|
protected |
◆ 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.
◆ id
| int ROOT::RGeoItem::id {0} |
|
protected |
◆ material
| std::string ROOT::RGeoItem::material |
|
protected |
◆ 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.
◆ pvis
| int ROOT::RGeoItem::pvis {0} |
|
protected |
◆ title
| std::string ROOT::Browsable::RItem::title |
|
protectedinherited |
◆ top
| bool ROOT::RGeoItem::top {false} |
|
protected |
indicates if node selected as top
Definition at line 97 of file RGeomData.hxx.
◆ vis
| int ROOT::RGeoItem::vis {0} |
|
protected |
The documentation for this class was generated from the following file: