KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVKeyHandler.h
Go to the documentation of this file.
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 
19 class KVKeyHandler : public TGFrame {
20 
21 protected:
23 
24 public:
26  KVKeyHandler(KVCanvas* Canvas);
27  ~KVKeyHandler();
28 
31  ClassDef(KVKeyHandler, 1) // handler of the key events
32 };
33 
34 #endif
bool Bool_t
#define ClassDef(name, id)
TCanvas with mouse-controlled dynamic zoom and pan & scan.
Definition: KVCanvas.h:53
Utility class to redirect keyboard events to KVCanvas.
Definition: KVKeyHandler.h:19
Bool_t HandleKey(Event_t *event)
void SetCanvas(KVCanvas* Canvas){};
KVKeyHandler(KVCanvas *Canvas)
KVKeyHandler() : TGFrame(gClient->GetRoot(),0,0){};.
KVCanvas * fCanvas
Definition: KVKeyHandler.h:22