ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
VolumeHandle::Imp::VolState Class Reference
Collaboration diagram for VolumeHandle::Imp::VolState:

Public Member Functions

int nZappedChildren () const
 
int nExpandedChildren () const
 

Public Attributes

QMap< quint32, VolStatem_expandedChildren
 
QSet< quint32 > m_zappedChildren
 

Detailed Description

Definition at line 70 of file VolumeHandle.cxx.

Member Function Documentation

◆ nExpandedChildren()

int VolumeHandle::Imp::VolState::nExpandedChildren ( ) const
inline

Definition at line 73 of file VolumeHandle.cxx.

73 { return m_expandedChildren.count(); }

◆ nZappedChildren()

int VolumeHandle::Imp::VolState::nZappedChildren ( ) const
inline

Definition at line 72 of file VolumeHandle.cxx.

72 { return m_zappedChildren.count(); }

Member Data Documentation

◆ m_expandedChildren

QMap<quint32,VolState> VolumeHandle::Imp::VolState::m_expandedChildren

Definition at line 74 of file VolumeHandle.cxx.

◆ m_zappedChildren

QSet<quint32> VolumeHandle::Imp::VolState::m_zappedChildren

Definition at line 75 of file VolumeHandle.cxx.


The documentation for this class was generated from the following file:
VolumeHandle::Imp::VolState::m_expandedChildren
QMap< quint32, VolState > m_expandedChildren
Definition: VolumeHandle.cxx:74
VolumeHandle::Imp::VolState::m_zappedChildren
QSet< quint32 > m_zappedChildren
Definition: VolumeHandle.cxx:75