KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVColouredBase.cpp
Go to the documentation of this file.
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 
12 KVColouredBase::KVColouredBase() : fColour("white")
13 {
14  // Default constructor
15 }
16 
17 
18 
19 
22 
23 KVColouredBase::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 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
Base class for KaliVeda framework.
Definition: KVBase.h:135
A basic coloured object for couloured list views.
KVColouredBase()
Default constructor.
virtual ~KVColouredBase()
Destructor.