KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVTestListView.h
Go to the documentation of this file.
1 
4 #ifndef __KVTestListView_H
5 #define __KVTestListView_H
6 #include "RQ_OBJECT.h"
7 #include <KVBase.h>
8 #include <TGFrame.h>
9 #include <TTimer.h>
10 #include <TGButton.h>
11 #include "KVListView.h"
12 
17 class KVTestListView : public KVBase {
18  RQ_OBJECT("KVTestListView")
21 
22 public:
23  KVTestListView(TClass* obclass, Int_t ncols, TString* columns);
24  virtual ~KVTestListView();
25  void DoClose();
26  void CloseWindow();
28  {
29  fLV->Display(l);
30  }
31 
32  ClassDef(KVTestListView, 1) //simple GUI with KVListView
33 };
34 
35 #endif
int Int_t
#define RQ_OBJECT(sender_class)
#define ClassDef(name, id)
Base class for KaliVeda framework.
Definition: KVBase.h:141
Enhanced version of ROOT TGListView widget.
Definition: KVListView.h:145
virtual void Display(const TCollection *l)
Definition: KVListView.h:172
KVListView * fLV
TGMainFrame * MainFrame
void DisplayList(TCollection *l)
auto * l