BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h
Go to the documentation of this file.
1
//
2
// BesCursor.h
3
//
4
5
#ifndef BES_CURSOR
6
#define BES_CURSOR
7
8
#include <TObject.h>
9
10
#ifndef BES_CURSORType
11
# define BES_CURSORType
12
13
enum
EBESCursorType
{
kBesPick
= BIT( 0 ),
kBesHand
= BIT( 1 ) };
14
#endif
15
16
class
BesCursor
:
public
TObject {
17
18
private
:
19
EBESCursorType
fCursorType;
20
Bool_t fShowInfo;
21
22
public
:
23
BesCursor
();
24
~BesCursor
();
25
26
void
SetType
(
EBESCursorType
cursorType ) { fCursorType = cursorType; }
27
EBESCursorType
GetType
() {
return
fCursorType; }
28
29
void
SetShowInfo
( Bool_t show ) { fShowInfo = show; }
30
Bool_t
GetShowInfo
() {
return
fShowInfo; }
31
32
ClassDef(
BesCursor
, 0 )
// BesCursor
33
};
34
35
R__EXTERN
BesCursor
*
gBesCursor
;
36
#endif
EBESCursorType
EBESCursorType
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:13
kBesHand
@ kBesHand
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:13
kBesPick
@ kBesPick
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:13
gBesCursor
R__EXTERN BesCursor * gBesCursor
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:35
EBESCursorType
EBESCursorType
Definition
InstallArea/x86_64-el9-gcc13-opt/include/BesVisLib/BesCursor.h:13
BesCursor
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:16
BesCursor::~BesCursor
~BesCursor()
Definition
BesCursor.cxx:15
BesCursor::BesCursor
BesCursor()
Definition
BesCursor.cxx:13
BesCursor::GetShowInfo
Bool_t GetShowInfo()
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:30
BesCursor::SetType
void SetType(EBESCursorType cursorType)
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:26
BesCursor::SetShowInfo
void SetShowInfo(Bool_t show)
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:29
BesCursor::GetType
EBESCursorType GetType()
Definition
EventDisplay/BesVisLib/include/BesVisLib/BesCursor.h:27
8.0.0
BOSS_Source
EventDisplay
BesVisLib
include
BesVisLib
BesCursor.h
Generated by
1.16.1