KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVColouredBase.cpp
1//Created by KVClassFactory on Wed Jun 4 17:27:05 2014
2//Author: get_indra
3
4#include "KVColouredBase.h"
5
7
8
9
11
12KVColouredBase::KVColouredBase() : fColour("white")
13{
14 // Default constructor
15}
16
17
18
19
22
23KVColouredBase::KVColouredBase(const Char_t* name, const Char_t* title, const Char_t* colour)
24 : KVBase(name, title), fColour(colour)
25{
26 // Write your code here
27}
28
29
30
33
35{
36 // Destructor
37}
38
39
40
char Char_t
char name[80]
Base class for KaliVeda framework.
Definition KVBase.h:142
A basic coloured object for couloured list views.
KVColouredBase()
Default constructor.
virtual ~KVColouredBase()
Destructor.
ClassImp(TPyArg)