BOSS 7.1.2
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 ()
 

Detailed Description

Definition at line 19 of file BesCursor.h.

Constructor & Destructor Documentation

◆ BesCursor()

BesCursor::BesCursor ( )

Definition at line 13 of file BesCursor.cxx.

14{ }

◆ ~BesCursor()

BesCursor::~BesCursor ( )

Definition at line 16 of file BesCursor.cxx.

17{ }

Member Function Documentation

◆ GetShowInfo()

Bool_t BesCursor::GetShowInfo ( )
inline

◆ GetType()

◆ SetShowInfo()

void BesCursor::SetShowInfo ( Bool_t show)
inline

Definition at line 34 of file BesCursor.h.

34{ fShowInfo = show; }

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

◆ SetType()

void BesCursor::SetType ( EBESCursorType cursorType)
inline

Definition at line 31 of file BesCursor.h.

31{ fCursorType = cursorType; }

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


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