CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
EveSelectionSentry Class Reference

Public Member Functions

 EveSelectionSentry ()
 
 ~EveSelectionSentry ()
 

Private Attributes

bool m_blocked
 

Detailed Description

Definition at line 63 of file FWEveViewManager.cc.

Constructor & Destructor Documentation

◆ EveSelectionSentry()

EveSelectionSentry::EveSelectionSentry ( )
inline

Definition at line 65 of file FWEveViewManager.cc.

References m_blocked.

65 { m_blocked = gEve->GetSelection()->BlockSignals(true); }

◆ ~EveSelectionSentry()

EveSelectionSentry::~EveSelectionSentry ( )
inline

Definition at line 66 of file FWEveViewManager.cc.

References m_blocked.

66 { gEve->GetSelection()->BlockSignals(m_blocked); }

Member Data Documentation

◆ m_blocked

bool EveSelectionSentry::m_blocked
private

Definition at line 69 of file FWEveViewManager.cc.

Referenced by EveSelectionSentry(), and ~EveSelectionSentry().