CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 70 of file FWEveViewManager.cc.

Constructor & Destructor Documentation

EveSelectionSentry::EveSelectionSentry ( )
inline

Definition at line 72 of file FWEveViewManager.cc.

References m_blocked.

73  {
74  m_blocked = gEve->GetSelection()->BlockSignals(true);
75  }
EveSelectionSentry::~EveSelectionSentry ( )
inline

Definition at line 76 of file FWEveViewManager.cc.

References m_blocked.

77  {
78  gEve->GetSelection()->BlockSignals(m_blocked);
79  }

Member Data Documentation

bool EveSelectionSentry::m_blocked
private

Definition at line 81 of file FWEveViewManager.cc.

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