#include <FWGeometryTableManagerBase.h>
Public Member Functions | |
void | copyColorTransparency (const NodeInfo &x) |
const char * | name () const |
NodeInfo () | |
NodeInfo (TGeoNode *n, Int_t p, Color_t col, Char_t l, UChar_t f=kVisNodeSelf|kVisNodeChld) | |
void | resetBit (UChar_t f) |
void | setBit (UChar_t f) |
void | setBitVal (UChar_t f, bool x) |
void | switchBit (UChar_t f) |
bool | testBit (UChar_t f) const |
bool | testBitAny (UChar_t f) const |
Public Attributes | |
Color_t | m_color |
UChar_t | m_flags |
UChar_t | m_level |
TGeoNode * | m_node |
Int_t | m_parent |
UChar_t | m_transparency |
Definition at line 52 of file FWGeometryTableManagerBase.h.
|
inline |
Definition at line 53 of file FWGeometryTableManagerBase.h.
|
inline |
Definition at line 55 of file FWGeometryTableManagerBase.h.
|
inline |
Definition at line 77 of file FWGeometryTableManagerBase.h.
References m_color, m_node, m_transparency, and x.
const char * FWGeometryTableManagerBase::NodeInfo::name | ( | void | ) | const |
Definition at line 38 of file FWGeometryTableManagerBase.cc.
References m_node.
Referenced by config.CFG::__str__(), validation.Sample::digest(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
inline |
Definition at line 69 of file FWGeometryTableManagerBase.h.
Referenced by FWOverlapTableManager::importOverlaps(), setBitVal(), and switchBit().
|
inline |
Definition at line 68 of file FWGeometryTableManagerBase.h.
Referenced by setBitVal(), FWGeometryTableViewBase::setColumnSelected(), and switchBit().
|
inline |
Definition at line 70 of file FWGeometryTableManagerBase.h.
References f, resetBit(), setBit(), and x.
Referenced by FWGeometryTableManager::loadGeometry().
|
inline |
Definition at line 75 of file FWGeometryTableManagerBase.h.
References f, resetBit(), setBit(), and testBit().
Referenced by FWGeometryTableViewBase::cellClicked().
|
inline |
Definition at line 72 of file FWGeometryTableManagerBase.h.
Referenced by switchBit().
|
inline |
Definition at line 73 of file FWGeometryTableManagerBase.h.
Color_t FWGeometryTableManagerBase::NodeInfo::m_color |
Definition at line 60 of file FWGeometryTableManagerBase.h.
Referenced by copyColorTransparency(), FWOverlapTableManager::importOverlaps(), FWGeometryTableManager::loadGeometry(), and FWGeometryTableViewBase::nodeColorChangeRequested().
UChar_t FWGeometryTableManagerBase::NodeInfo::m_flags |
Definition at line 62 of file FWGeometryTableManagerBase.h.
Referenced by resetBit(), setBit(), testBit(), and testBitAny().
UChar_t FWGeometryTableManagerBase::NodeInfo::m_level |
Definition at line 61 of file FWGeometryTableManagerBase.h.
Referenced by FWOverlapTableManager::importOverlaps(), and FWGeometryTableManager::loadGeometry().
TGeoNode* FWGeometryTableManagerBase::NodeInfo::m_node |
Definition at line 58 of file FWGeometryTableManagerBase.h.
Referenced by FWGeometryTableManagerBase::applyColorTranspToDaughters(), FWGeometryTableViewBase::chosenItem(), copyColorTransparency(), FWOverlapTableManager::importOverlaps(), FWGeometryTableManager::loadGeometry(), name(), and FWGeometryTableViewBase::nodeColorChangeRequested().
Int_t FWGeometryTableManagerBase::NodeInfo::m_parent |
Definition at line 59 of file FWGeometryTableManagerBase.h.
Referenced by FWOverlapTableManager::importOverlaps(), and FWGeometryTableManager::loadGeometry().
UChar_t FWGeometryTableManagerBase::NodeInfo::m_transparency |
Definition at line 63 of file FWGeometryTableManagerBase.h.
Referenced by copyColorTransparency(), FWOverlapTableManager::importOverlaps(), and FWGeometryTableManager::loadGeometry().