CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
BesCursor.h File Reference
#include <TObject.h>

Go to the source code of this file.

Classes

class  BesCursor
 

Macros

#define BES_CURSORType
 

Enumerations

enum  EBESCursorType { kBesPick = BIT(0) , kBesHand = BIT(1) }
 

Variables

R__EXTERN BesCursorgBesCursor
 

Macro Definition Documentation

◆ BES_CURSORType

#define BES_CURSORType

Definition at line 11 of file BesCursor.h.

Enumeration Type Documentation

◆ EBESCursorType

Enumerator
kBesPick 
kBesHand 

Definition at line 13 of file BesCursor.h.

13 {
14 kBesPick = BIT(0),
15 kBesHand = BIT(1)
16};
@ kBesHand
Definition: BesCursor.h:15
@ kBesPick
Definition: BesCursor.h:14

Variable Documentation

◆ gBesCursor