BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
BesCursor Class Reference

#include <BesCursor.h>

+ Inheritance diagram for BesCursor:

Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ BesCursor() [1/2]

BesCursor::BesCursor ( )

Definition at line 13 of file BesCursor.cxx.

14{ }

◆ ~BesCursor() [1/2]

BesCursor::~BesCursor ( )

Definition at line 16 of file BesCursor.cxx.

17{ }

◆ BesCursor() [2/2]

BesCursor::BesCursor ( )

◆ ~BesCursor() [2/2]

BesCursor::~BesCursor ( )

Member Function Documentation

◆ GetShowInfo() [1/2]

◆ GetShowInfo() [2/2]

Bool_t BesCursor::GetShowInfo ( )
inline

Definition at line 35 of file InstallArea/include/BesVisLib/BesVisLib/BesCursor.h.

35{ return fShowInfo; }

◆ GetType() [1/2]

◆ GetType() [2/2]

EBESCursorType BesCursor::GetType ( )
inline

Definition at line 32 of file InstallArea/include/BesVisLib/BesVisLib/BesCursor.h.

32{ return fCursorType; }

◆ SetShowInfo() [1/2]

void BesCursor::SetShowInfo ( Bool_t  show)
inline

Definition at line 34 of file EventDisplay/BesVisLib/BesVisLib-00-05-04/BesVisLib/BesCursor.h.

34{ fShowInfo = show; }

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

◆ SetShowInfo() [2/2]

void BesCursor::SetShowInfo ( Bool_t  show)
inline

Definition at line 34 of file InstallArea/include/BesVisLib/BesVisLib/BesCursor.h.

34{ fShowInfo = show; }

◆ SetType() [1/2]

void BesCursor::SetType ( EBESCursorType  cursorType)
inline

Definition at line 31 of file EventDisplay/BesVisLib/BesVisLib-00-05-04/BesVisLib/BesCursor.h.

31{ fCursorType = cursorType; }

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

◆ SetType() [2/2]

void BesCursor::SetType ( EBESCursorType  cursorType)
inline

Definition at line 31 of file InstallArea/include/BesVisLib/BesVisLib/BesCursor.h.

31{ fCursorType = cursorType; }

The documentation for this class was generated from the following files: