BesCursor Class Reference

#include <BesCursor.h>

List of all members.

Public Member Functions

 BesCursor ()
 ~BesCursor ()
void SetType (EBESCursorType cursorType)
EBESCursorType GetType ()
void SetShowInfo (Bool_t show)
Bool_t GetShowInfo ()

Private Attributes

EBESCursorType fCursorType
Bool_t fShowInfo


Detailed Description

Definition at line 19 of file BesCursor.h.


Constructor & Destructor Documentation

BesCursor::BesCursor (  ) 

Definition at line 13 of file BesCursor.cxx.

00014 { }

BesCursor::~BesCursor (  ) 

Definition at line 16 of file BesCursor.cxx.

00017 { }


Member Function Documentation

Bool_t BesCursor::GetShowInfo (  )  [inline]

Definition at line 35 of file BesCursor.h.

References fShowInfo.

Referenced by BesGeoTrack::ExecuteEvent(), and BesClient::HandleButtons().

00035 { return fShowInfo; }

EBESCursorType BesCursor::GetType (  )  [inline]

Definition at line 32 of file BesCursor.h.

References fCursorType.

Referenced by Tof2DScin::ExecuteEvent(), Muc2DStrip::ExecuteEvent(), Mdc2DWire::ExecuteEvent(), Emc2DCrystal::ExecuteEvent(), BesView::ExecuteEvent(), and BesGeoTrack::ExecuteEvent().

00032 { return fCursorType; } 

void BesCursor::SetShowInfo ( Bool_t  show  )  [inline]

Definition at line 34 of file BesCursor.h.

References fShowInfo.

Referenced by BesClient::HandleButtons(), and BesClient::InitLocal().

00034 { fShowInfo = show; }

void BesCursor::SetType ( EBESCursorType  cursorType  )  [inline]

Definition at line 31 of file BesCursor.h.

References fCursorType.

Referenced by BesClient::HandleButtons(), and BesClient::InitLocal().

00031 { fCursorType = cursorType; }


Member Data Documentation

EBESCursorType BesCursor::fCursorType [private]

Definition at line 22 of file BesCursor.h.

Referenced by GetType(), and SetType().

Bool_t BesCursor::fShowInfo [private]

Definition at line 23 of file BesCursor.h.

Referenced by GetShowInfo(), and SetShowInfo().


Generated on Tue Nov 29 23:17:29 2016 for BOSS_7.0.2 by  doxygen 1.4.7