Representation of single item in the geometry browser.
Definition at line 91 of file RGeomData.hxx.
|
std::string | color |
| color
|
|
int | id {0} |
| node id
|
|
std::string | material |
| material
|
|
int | pvis {0} |
| visibility of physical node
|
|
bool | top {false} |
| indicates if node selected as top
|
|
int | vis {0} |
| visibility of logical node
|
|
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/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 |
◆ SetTop()
void ROOT::RGeoItem::SetTop |
( |
bool |
on = true | ) |
|
|
inline |
◆ color
std::string ROOT::RGeoItem::color |
|
protected |
◆ id
int ROOT::RGeoItem::id {0} |
|
protected |
◆ material
std::string ROOT::RGeoItem::material |
|
protected |
◆ pvis
int ROOT::RGeoItem::pvis {0} |
|
protected |
◆ top
bool ROOT::RGeoItem::top {false} |
|
protected |
◆ vis
int ROOT::RGeoItem::vis {0} |
|
protected |
The documentation for this class was generated from the following file: