CMS 3D CMS Logo

Public Member Functions | Private Attributes

EveSelectionSentry Class Reference

List of all members.

Public Member Functions

 EveSelectionSentry ()
 ~EveSelectionSentry ()

Private Attributes

bool m_blocked

Detailed Description

Definition at line 54 of file FWEveViewManager.cc.


Constructor & Destructor Documentation

EveSelectionSentry::EveSelectionSentry ( ) [inline]

Definition at line 56 of file FWEveViewManager.cc.

References m_blocked.

   {
      m_blocked = gEve->GetSelection()->BlockSignals(true);
   }
EveSelectionSentry::~EveSelectionSentry ( ) [inline]

Definition at line 60 of file FWEveViewManager.cc.

References m_blocked.

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

Member Data Documentation

Definition at line 65 of file FWEveViewManager.cc.

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