KaliVeda
Toolkit for HIC analysis
KVKeyHandler.h
1 
4 #ifndef __KVKeyHandler_H
5 #define __KVKeyHandler_H
6 
7 #include "TCanvas.h"
8 #include "KVCanvas.h"
9 #include "TGFrame.h"
10 #include "TGClient.h"
11 
20 class KVKeyHandler : public TGFrame {
21 
22 protected:
24 
25 public:
27  KVKeyHandler(KVCanvas* Canvas);
28  ~KVKeyHandler();
29 
32  ClassDef(KVKeyHandler, 1) // handler of the key events
33 };
34 
35 #endif
bool Bool_t
#define ClassDef(name, id)
TCanvas with mouse-controlled dynamic zoom and pan & scan.
Definition: KVCanvas.h:54
Utility class to redirect keyboard events to KVCanvas.
Definition: KVKeyHandler.h:20
Bool_t HandleKey(Event_t *event)
void SetCanvas(KVCanvas* Canvas){};
KVKeyHandler(KVCanvas *Canvas)
KVKeyHandler() : TGFrame(gClient->GetRoot(),0,0){};.
KVCanvas * fCanvas
Definition: KVKeyHandler.h:23