KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVColouredBase.h
Go to the documentation of this file.
1 
4 #ifndef __KVCOLOUREDBASE_H
5 #define __KVCOLOUREDBASE_H
6 
7 #include "KVBase.h"
8 
14 class KVColouredBase : public KVBase {
15 protected:
17 
18 public:
20  KVColouredBase(const Char_t* name, const Char_t* title = "", const Char_t* colour = "white");
21  virtual ~KVColouredBase();
22 
23  void SetColour(const Char_t* c)
24  {
25  fColour = c;
26  }
27  const Char_t* GetLVEntryColour() const
28  {
29  return fColour;
30  }
31 
32  ClassDef(KVColouredBase, 1) //A basic coloured object for coloured list views
33 };
34 
35 #endif
#define c(i)
char Char_t
#define ClassDef(name, id)
Base class for KaliVeda framework.
Definition: KVBase.h:141
A basic coloured object for couloured list views.
KVColouredBase()
Default constructor.
virtual ~KVColouredBase()
Destructor.
const Char_t * GetLVEntryColour() const
void SetColour(const Char_t *c)